上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 26 下一页
全诗为:白云升远岫,摇曳入晴空.乘化随舒卷,无心任始终.欲销仍带日,将断更因风.势薄飞难定,天高色易穷.影收元气表,光灭太虚中.倘若从龙去,还施济物功 Read More
posted @ 2016-12-12 17:04 jeffery1010 Views(288) Comments(0) Diggs(0) Edit
五类,超过十几种的让匿名函数表达式立即调用的写法:( function() {}() );( function() {} )();[ function() {}() ];~ function() {}();! function() {}();+ function() {}();- function( Read More
posted @ 2016-11-30 10:56 jeffery1010 Views(172) Comments(0) Diggs(0) Edit
优先级 单冒号(:)用于CSS3伪类,双冒号(::)用于CSS3伪元素 伪元素 伪类 Read More
posted @ 2016-11-29 15:09 jeffery1010 Views(563) Comments(0) Diggs(1) Edit
平常仅仅需要将这两个伪元素用于添加一些自定义字符 p:before {content:"hello"} 但我们还可以使用before&after这两个伪类做一些特殊效果 在 CSS3 中为了区别伪元素和伪类为伪元素使用了双冒号,因此如果使用了 display 或者 width 等属性时使得显示脱离了 Read More
posted @ 2016-11-29 14:50 jeffery1010 Views(181) Comments(0) Diggs(0) Edit
<!DOCTYPE HTML><html lang="en-US"><head> <meta charset="UTF-8"/> <title>如何在html中使用clearfix和clear</title> <style type="text/css"> .clearfix { zoom: 1; Read More
posted @ 2016-11-28 16:05 jeffery1010 Views(101) Comments(0) Diggs(0) Edit
1. DataTable读取列表 DataSet ds = new DataSet();// 省略ds的Fill代码DataTable products = ds.Tables["Product"];IEnumerable<DataRow> rows = from p in products.AsE Read More
posted @ 2016-11-22 16:31 jeffery1010 Views(278) Comments(0) Diggs(0) Edit
"Lambda表达式"是一个匿名函数,它可以包含表达式和语句,并且可用于创建委托或表达式树类型。 Lambda 运算符: => 该运算符读为"goes to"。 该 Lambda 运算符的左边是输入参数(如果有),右边包含表达式或语句块。 例如: Lambda 表达式 x => x * x 读作"x Read More
posted @ 2016-11-22 15:14 jeffery1010 Views(135) Comments(0) Diggs(0) Edit
在进行协作开发代码管理的过程中,常常会遇到某些临时文件、配置文件、或者生成文件等,这些文件由于不同的开发端会不一样,如果使用git add . 将所有文件纳入git库中,那么会出现频繁的改动和push,这样会引起开发上的不便。 Git可以很方便的帮助我们解决这个问题,那就是建立项目文件过滤规则。 g Read More
posted @ 2016-11-18 13:26 jeffery1010 Views(4953) Comments(0) Diggs(0) Edit
在我朝独有的无敌GFW关照下(当然,也有可能IP被网站封了),要下载网络上开源的软件是非常困难的一件事情,在这种情况下,使用VPN或者代理服务器就非常有必要了。对于单个应用FQ来说,个人比较喜欢用FQ代理。 SVN中,使用TortoiseSVN来进行版本控制时,设置代理非常简单,只需要在设置里面添加 Read More
posted @ 2016-11-16 14:21 jeffery1010 Views(2684) Comments(0) Diggs(0) Edit
--完整备份Backup Database NorthwindCSTo disk='G:\Backup\NorthwindCS_Full_20070908.bak' --差异备份Backup Database NorthwindCSTo disk='G:\Backup\NorthwindCS_Dif Read More
posted @ 2016-11-15 10:29 jeffery1010 Views(195) Comments(0) Diggs(0) Edit
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 26 下一页