目录1.ObsoleteAttribute2.设置默认值属性:DefaultValueAttribute3.DebuggerBrowsableAttribute4.??运算符5.Curry及Partial方法6.WeakReference7.Lazy8.BigInteger9.非官方关键字:__arglist__reftype__makeref__refvalue10.Environment.NewLine11.ExceptionDispatchInfo12...
分类:
Web程序 时间:
2015-11-12 16:10:20
阅读次数:
339
欢迎访问:鲁春利的工作笔记,学习是一种信仰,让时间考验坚持的力量。Servlet的框架是由两个Java包组成:javax.servlet和javax.servlet.http。在javax.servlet包中定义了所有的Servlet类都必须实现或扩展的的通用接口和类。在javax.servlet.http包中定义了采用HTTP通信协议的Ht..
分类:
编程语言 时间:
2015-11-12 16:09:49
阅读次数:
195
css代码之所以初始化,是因为能尽量减少各浏览器之间的兼容性问题!腾讯QQ官网样式初始化body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}body{font:12px"宋体","ArialNarrow",HELVETICA;background:#fff;-webkit-t..
分类:
Web程序 时间:
2015-11-12 16:07:33
阅读次数:
279
[root@database~]#(/sbin/ifconfig|grep-Po"(?<=addr:).*(?=\s\sBcast)";hostname)|xargs172.16.0.110database.localdomain
分类:
其他好文 时间:
2015-11-12 16:07:54
阅读次数:
156
pid=run/php-fpm.pid#pid设置,默认在安装目录中的var/run/php-fpm.pid,建议开启error_log=log/php-fpm.log#错误日志,默认在安装目录中的var/log/php-fpm.loglog_level=notice#错误级别.可用级别为:alert(必须立即处理),error(错误情况),warning(警告情况),notice(一..
分类:
Web程序 时间:
2015-11-12 16:08:36
阅读次数:
215
PCT_FREE这个参数是用来保留block空间,给update操作预留的,当使用的空间,使剩余空间等于这个值的时候,这个block就不接受数据了。比如这个值是:PCT_FREE=20,当剩余空间=20%就不接受数据,剩下空间用来为update保留Blockallowsrowinsertsuntil80%isoccupied,leaving20%free..
分类:
其他好文 时间:
2015-11-12 16:07:01
阅读次数:
396
系统windows2003server服务器不明原因重启,日志里面只有重启时间没有重启原因。Mantis出现的2个问题:一,选定某个项目后点击“查看问题”报错数据库查询失败。数据库返回的错误信息是:#1194:Table‘mantis_bugnote_table‘ismarkedascrashedandshouldberepaired......CMD中操..
分类:
其他好文 时间:
2015-11-12 16:07:59
阅读次数:
275
Whenfirstjoiningthedomain,theclientmakesgeneralDNSandLDAPqueriesandgetsalistofallthedomaincontrollersinthedomain,anditgoesdownthelist,tryingLDAPbinds,andthefirstsuccessfulDCthatitbindsto-thatisthefirstDCitauthenticateswith.Aftertheclienthasjoinedthedomain,A..
分类:
其他好文 时间:
2015-11-12 16:05:44
阅读次数:
332
redis端口对外开放并且没有配置认证选项,未授权用户可直接获取数据库中所有信息,造成严重的信息泄露。安全的设置由两种方法:方法一:可以修改绑定的IP、端口和指定访问者IP具体根据实际情况来设定,也可以直接在服务器防火墙上做设置。方法二:设置访问密码在redis.conf中找..
分类:
其他好文 时间:
2015-11-12 16:07:15
阅读次数:
664
在app 中往往有的程序只需要运行一次即可,比如广告弹框等代码实现#define UD [NSUserDefaults standardUserDefaults] if (![UD boolForKey:@"everLaunched"]) {
[UD setBool:YES forKey:@"everLaunched"];
[UD setBool:YES for...
分类:
移动开发 时间:
2015-11-12 16:03:10
阅读次数:
235
一、transform方法1 弹出窗标题 微信开发者大会(北京)的成功举办,引起业界的极大关注。 应广大微信开发者的强列要求,深圳微信开发者大会也在如火如荼的筹备中。 ...
分类:
其他好文 时间:
2015-11-12 16:02:53
阅读次数:
280
有一个项目,客户需要页面翻转的效果,需要应用在合作伙伴里面的图片上,一共有43张图片,我把它做成了随机定时的转动,鼠标经过时转动;animate.css科普文章:http://www.dowebok.com/demo/2014/98/ http://ourjs.com/det...
分类:
Web程序 时间:
2015-11-12 16:02:07
阅读次数:
202
加载PowerShell插件时出现以下错误:The windows PowerShell snap-in 'Microsoft.Crm.PowerShell' is not installed on this computer解决方案:在系统中注册对应的组件Microsoft.Crm.PowerSh...
分类:
Windows程序 时间:
2015-11-12 16:01:54
阅读次数:
1176
这里我使用的是yii框架。1,phpthumb_ico 是生成ICO图标的类,源码如下class phpthumb_ico { function phpthumb_ico() { return true; } function GD2ICOstring(&$gd_im...
分类:
Web程序 时间:
2015-11-12 16:04:24
阅读次数:
478
Problem DescriptionYou are given a sequence of N integers.You should choose some numbers(at least one),and make the product of them as big as possible...
分类:
其他好文 时间:
2015-11-12 16:00:58
阅读次数:
355
服务器配置不当包括三个部分:1.Redis服务使用ROOT账号启动2.Redis服务无密码认证或者使用的是弱口令进行认证3.服务器开放了SSH服务,而且允许使用密钥登录简单的写下过程测试环境victim server CentOS6.6 192.168.1.11attack server CentO...
分类:
其他好文 时间:
2015-11-12 16:00:39
阅读次数:
332
把success那段改成 success : function (r) { if ( r.status == 'error' ){ alert(msg[r.msgno]); } ...
分类:
Web程序 时间:
2015-11-12 16:03:30
阅读次数:
124