会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
blues-lee
博客园
首页
新随笔
联系
订阅
管理
2019年9月7日
.net部署mvc没有cshtml的脚本映射
摘要: C:/Windows/Microsoft.NET/Framework64/v4.0.30319/aspnet_regiis.exe -i 要注册
阅读全文
posted @ 2019-09-07 22:06 blues-lee
阅读(392)
评论(0)
推荐(0)
2019年9月1日
ckfinder+ckeditor配置经验
摘要: 1,单独使用ckfinder <div> <script type="text/javascript" src="../ckfinder/ckfinder.js"></script> <script type="text/javascript"> function BrowseServer(inpu
阅读全文
posted @ 2019-09-01 15:33 blues-lee
阅读(964)
评论(0)
推荐(0)
2019年8月21日
人人商城模块研究
摘要: 1,自定义海报页面“/www/wwwroot/wx.nxdsyun.com/addons/ewei_shopv2/plugin/commission/core/model.php 下面的createGoodsImage方法,自定义图片的生成 2,很多时候数据的获取-结果,有多种方式,一定要查看dom
阅读全文
posted @ 2019-08-21 22:23 blues-lee
阅读(624)
评论(0)
推荐(0)
2019年7月25日
微擎小程序支付功能+退款功能
摘要: 1,要使用微擎特定的小程序框架 https://gitee.com/we7coreteam/wxapp 2,必须正确的配置siteinfo https://www.kancloud.cn/qq188872170/xcx/673488 var siteinfo = { "m": 'yhjd_fhjs'
阅读全文
posted @ 2019-07-25 22:49 blues-lee
阅读(2827)
评论(0)
推荐(0)
2019年7月22日
php服务器网络请求
摘要: 1,get方法 $result = file_get_contents($personUrl); 2,post方法,使用querystring,使用json $personUrl="http://www.wacloud.net/open/persion/insert?appid=$doorAppid
阅读全文
posted @ 2019-07-22 20:32 blues-lee
阅读(566)
评论(0)
推荐(0)
2019年7月16日
linux对workerman的扩展和配置
摘要: 1,event扩展安装错误--with-event-libevent-dir /opt/appnode/appnode-php56/root/usr/bin/pecl install event --with-event-libevent-dir=/usr/share/doc/libevent-de
阅读全文
posted @ 2019-07-16 16:34 blues-lee
阅读(1144)
评论(0)
推荐(0)
2019年7月7日
linux安装php_screw加密php代码
摘要: 注意网上的教程和你的不一样,如果安装多个php版本,如果安装的宝塔,那么php的文件路径在/www/server/php/55/bin/下面,过程有些不同 下载地址:http://sourceforge.net/projects/php-screw/ tar zxf php_screw-1.5.ta
阅读全文
posted @ 2019-07-07 23:21 blues-lee
阅读(632)
评论(0)
推荐(0)
2019年4月26日
webForm渲染视图的基本方法
摘要: 1,普通的标签,任何位置,都可以使用<%=后端变量%>来绑定值 2,后端变量需要定义,如:public string xxxx=“123123”; 3,服务器标签,runat="server"的标签,可以在后端设置它的值,style,visible等属性,但是就不能绑定 第一条的渲染方式了。 4,r
阅读全文
posted @ 2019-04-26 22:49 blues-lee
阅读(366)
评论(0)
推荐(0)
2019年4月15日
sql注入和暴库
摘要: 1,zr' or '1'='1' or '1'='1 2,zr' or '1'='1' #,#代表的mysql里面的注释 3,使用原生的sql会有注入的问题
阅读全文
posted @ 2019-04-15 14:38 blues-lee
阅读(673)
评论(0)
推荐(0)
2019年3月15日
数据库设计命名规范
摘要: 1,表名唯一——加上模块名,或者模块首字母大写名的前缀,保证与其它的模块相区分 2,列名唯一——加下除去前缀的表名的首字母的大写名的前缀,保证与其它的表下面的列名相区分 3,前缀首字母大写——前缀要使用相关含义的首字母大写,用作表示这是缩写的含义 4,列的原子性——列不可再分割 5,列的唯一性——表
阅读全文
posted @ 2019-03-15 17:04 blues-lee
阅读(541)
评论(0)
推荐(0)
下一页
公告