2020年5月

原有的html结构

<!DOCTYPE html>  
<html>  
    <head>  
        <meta charset="utf-8" />  
        <title></title>  
        <script type="text/javascript">  

        </script>  
        <style type="text/css">  

        </style>  
    </head>  
    <body>  

    </body>  
</html>

uni-app结构

<template>  
    <view>  
    注意必须有一个view,且只能有一个根view。所有内容写在这个view下面。  
    </view>  
</template>  

<script>  
    export default {  

    }  
</script>  

<style>  

</style>

没认真看,template 里面view 必须在下面写view

错误写法----这个下面是错误的写法:

<template>  
    <view>  
    注意必须有一个view,且只能有一个根view。所有内容写在这个view下面。  
    </view>  
     <view>  
    注意必须有一个view,且只能有一个根view。所有内容写在这个view下面2。  
    </view>  
</template>  

<script>  
    export default {  

    }  
</script>  

<style>  

</style>

正确的写法下面:

<template>  
    <view>  
    <view>  
    注意必须有一个view,且只能有一个根view。所有内容写在这个view下面。 
   </view> 

    <view>  
    注意必须有一个view,且只能有一个根view。所有内容写在这个view下面2。  
    </view>
    </view>    
</template>  

<script>  
    export default {  

    }  
</script>  

<style>  

</style>

登录Telegram,并找到@BotFather
我们使用/new bot指令
官方机器人回复:
Alright, a new bot. How are we going to call it? Please choose a name for your bot.
问:你的机器人叫名字 并且已 bot结尾 列: xxxbot 这个就是机器人名字!
官方机器人回复:
Sorry, this username is already taken. Please try something different.
问:设置机器人账号 并且也是已 bot结尾 列:xxxzzbot 这个就是机器人账号
最后回复:
Done! Congratulations on your new bot. You will find it at t.me/xguubot. You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this.

Use this token to access the HTTP API:
* 这个就是机器人的token 我用星号代表
Keep your token secure and store it safely, it can be used by anyone to control your bot.

For a description of the Bot API, see this page: https://core.telegram.org/bots/api 这个就是开发api文档

支持JetBrains旗下所有IDE的激活
包括PyCharm,IntelliJ,Clion等

2018.8更新:激活服务器只能支持到2018.2.1(不含)之前的版本,从大佬的分析来说以后版本也不可能实现这种不需要修改文件的在线激活了
在线激活地址:https://jb.1998123.xyz/
建议使用https而不是http
激活方式
Help -> Register -> License server -> 输入在线激活地址 -> Activat

感谢开发者
@ilanyu:激活服务器的开发者