前言
欢迎大家我分享和推荐好用的代码段~~
声明
欢迎转载,但请保留文章原始出处:
CSDN:http://www.csdn.net
雨季o莫忧离:http://blog.csdn.net/luckkof
正文
[Description]
如何将一个app 设置为常住app, 不被low me...
分类:
移动开发 时间:
2014-06-20 13:14:23
阅读次数:
246
2014-06-05参考:WCF部署到IIS7.5注意点
http://blog.csdn.net/fairyeye/article/details/6732584一步步教你创建.net 4服务并且寄宿在IIS
7.5中 http://leaver.me/archives/1245.htmlIIS7...
分类:
其他好文 时间:
2014-06-11 23:27:51
阅读次数:
204
#include int check_power(unsigned int n){
/**************************************** * 如果n是2的幂,那么(n-1)也就是其二进制全为1的数
********************************...
分类:
其他好文 时间:
2014-06-11 12:45:21
阅读次数:
231
Dim lb As New Label lb.Text = "hello" lb.Top = 200
lb.Left = 100 Me.Controls.Add(lb)
在声明公共变量的位置加上这句就可以了Dim WithEvents NewButton As
Buttonform_load中添加NewButton = New Button NewButton.Text = "close"
Me.Controls.Add(NewButton)调用事件: Privat...
分类:
其他好文 时间:
2014-06-07 07:06:56
阅读次数:
202
http://www.qingdou.me/2142.htmlCSS书写顺序1.位置属性(position,
top, right, z-index, display, float等)2.大小(width, height, padding,
margin)3.文字系列(font, line-heig...
分类:
Web程序 时间:
2014-06-06 14:09:25
阅读次数:
393
Cookie Version in
J2EE原文章:http://villadora.me/2014/05/06/cookie-version/在处理Cookie的时候发现不能处理servlet
request中不能获取cookie中的带”:”字符的值.Cookie[] cookies = requ...
分类:
其他好文 时间:
2014-06-06 10:36:15
阅读次数:
174
jQuery触屏插件:Tap,使用方法非常简单,例:$("#domid").tap(function(){
alert("You tapped me! -- by"+this.innerText);});依赖jquery 1.7+01$.fn.tap =
function(fn){02 va...
分类:
Web程序 时间:
2014-06-05 19:17:55
阅读次数:
413
原文:http://villadora.me/2014/05/23/amd-define-and-how-to-translate-amd-to-commonjs/CommonJS和AMD的争论已经有很多,而两者也在项目进化和融合。个人看来CommonJS更面向于开发者,对于开发者来说,需要的是清晰...
分类:
Web程序 时间:
2014-06-05 19:02:57
阅读次数:
384
This is the beginning of my plan. Or this is a
manifesto, a motivation for me. Note what I read, good or bad, old or new, Tao
or method. Maybe sometim...
分类:
其他好文 时间:
2014-06-05 15:57:51
阅读次数:
373