web.config里的链接字符串最好和app.config里相同,因为ef的链接字符串需要一些特殊的参数 ...
分类:
数据库 时间:
2016-11-06 22:00:30
阅读次数:
322
反射型: 在表单输入jack网页源代码:<pre>Hello jack</pre> 测试: 低级别:<script>alert('xss')</script> 代码:直接对输入判断,没有任何安全过滤<?php // Is there any input?if( array_key_exists( " ...
分类:
其他好文 时间:
2016-11-06 02:54:44
阅读次数:
986
接上篇. One to many(many to One): 1.many to one: ...
分类:
Web程序 时间:
2016-11-05 23:00:41
阅读次数:
197
https://leetcode.com/problems/search-insert-position/ https://leetcode.com/mockinterview/session/result/xjw45dt/ 这是一个典型的二分查找。注意一些坑。比如里面start end的设置,到了 ...
分类:
其他好文 时间:
2016-11-05 09:39:41
阅读次数:
242
来源于:http://blog.csdn.net/xx1710/article/details/51725012 很多人都发现 http://idea.lanyus.com/ 不能激活了 很多帖子说的 http://15.idea.lanyus.com/ 之类都用不了了 选择 License ser ...
分类:
Web程序 时间:
2016-11-05 02:03:11
阅读次数:
176
https://en.wikipedia.org/wiki/Hard_coding Considered an anti-pattern, hard coding requires the program's source code to be changed any time the input ...
分类:
其他好文 时间:
2016-11-04 20:40:48
阅读次数:
171
现象描述:使用checkpoint防火墙作为安全防护网关,网络正常,但Voip(H323)业务不通。解决方法如下:对Voip各个终端IP汇总建组,作为源地址和目标地址,见图一协议选择H323_ras、H323_any和UDP高端口、TCP61440-61444,见图二H323_ras和H323_any协议配置如下(必须注意)H323..
分类:
其他好文 时间:
2016-11-04 17:58:56
阅读次数:
290
sudo adduser xxx 这样的命令会在home目录下添加一个帐号sudo useradd xxx 仅仅是添加用户, 不会在home目录添加帐号 Ubuntu中提供了两种方式 图形界面 增加 和 Windows 一样 ,还有一种就是 Linux传统的 增加方法解决 :1.Ubuntu 中 有 ...
分类:
系统相关 时间:
2016-11-04 09:45:34
阅读次数:
282
github上传时出现error: src refspec master does not match any解决办法 http://www.jianshu.com/p/8d26730386f3 github上传时出现 error:ssh: connect to host github.com po ...
分类:
其他好文 时间:
2016-11-03 13:51:15
阅读次数:
187