This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.cnblogs.com/Brake/p/create_maven_multi_module_project_via_intellij_idea.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://blog.51cto.com/11019859/1851973 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.iconfont.cn/collections/index?spm=a313x.7781069.1998910419.4&type=1&page=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.youzan.com/intro/wsc/price?from_source=baidu_pz_shouye_0& |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://task.zbj.com/t-wzjs/p2s5.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.mybatis.org/mybatis-3/zh/configuration.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 二者不是一回事。简单来说,备案是任何网站都需要的,许可证只有经营性的网站才需要。 | |
| 1、ICP备案:ICP(Internet Content Provider)网络内容服务商 ,即向广大用户综合提供互联网信息业务和增值业务的网络运营商。ICP备案是信息产业部对网站的一种管理,为了防止非法网站。就像是官方认可的网站,就好像开个小门面需要办营业执照一样。ICP备案可以自主通过备案网站在线备案。 | |
| 备案的目的就是为了防止在网上从事非法的网站经营活动,打击不良互联网信息的传播,如果网站不备案的话,很有可能被查处以后关停。非经营性网站自主备案是不收任何手续费的,所以建议大家可以自行到备案官方网站去备案。 | |
| 2、ICP许可证:也称互联网信息服务业务经营许可证,或者增值电信业务许可证中的互联网信息服务业务。我国对提供互联网信息服务的ICP实行许可证制度。 | |
| 根据国务院令第292号《互联网信息服务管理办法》和《关于互联网信息服务办理许可与备案的通知》,经营性网站必须办理ICP证,否则就属于非法经营。因此,办理ICP证是企业网站合法经营的需要。 | |
| ICP备案: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div style="position: fixed; right: 5px; top: 180px; z-index: 999;"> | |
| <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=你的QQ号码&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:你的QQ号码:53" alt="点击这里给我发消息" title="点击这里给我发消息"/></a> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/linlinjava/litemall | |
| https://www.ctolib.com/Wechat-Group-weixin-java-tools.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE TABLE `UC_USER` ( | |
| `ID` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', | |
| `USER_NAME` varchar(100) DEFAULT NULL COMMENT '用户名', | |
| `USER_PWD` varchar(200) DEFAULT NULL COMMENT '密码', | |
| `BIRTHDAY` datetime DEFAULT NULL COMMENT '生日', | |
| `NAME` varchar(200) DEFAULT NULL COMMENT '姓名', | |
| `USER_ICON` varchar(500) DEFAULT NULL COMMENT '头像图片', | |
| `SEX` char(1) DEFAULT NULL COMMENT '性别, 1:男,2:女,3:保密', | |
| `NICKNAME` varchar(200) DEFAULT NULL COMMENT '昵称', | |
| `STAT` varchar(10) DEFAULT NULL COMMENT '用户状态,01:正常,02:冻结', |