上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页
点击打开链接http://www.cnblogs.com/wangiqngpei557/archive/2013/04/07/3005890.html Read More
posted @ 2013-06-24 16:09 lein.wang Views(80) Comments(0) Diggs(0) Edit
firefox里装一个AutoProxy在 点击打开链接http://www.cjb.net/ 上注册一个帐号打开terminal,输入:sudo ssh -qTfnN -D 7070 帐号用户名@216.194.70.6会让你输入sudo和你的帐号的密码点autoproxy的 Automatic ... Read More
posted @ 2013-06-24 12:53 lein.wang Views(24) Comments(0) Diggs(0) Edit
gnome-session-quit点击打开链接http://askubuntu.com/questions/15795/how-can-you-log-out-via-the-terminal Read More
posted @ 2013-06-21 14:46 lein.wang Views(624) Comments(0) Diggs(0) Edit
gitk 安装:apt-get install gitk点击打开链接http://stackoverflow.com/questions/278192/view-the-change-history-of-a-file-using-git-versioninggitk [filename] #git... Read More
posted @ 2013-06-20 15:10 lein.wang Views(858) Comments(0) Diggs(0) Edit
点击打开链接http://www.csharpwin.com/csharpspace/1657.shtml Read More
posted @ 2013-06-19 22:15 lein.wang Views(414) Comments(0) Diggs(0) Edit
command : crontab -e输入:30 23 * * * /home/produser/webroot/dev/cake/console/cake -app /home/produser/webroot/dev/app/ alertMaterialChange Read More
posted @ 2013-06-14 09:00 lein.wang Views(109) Comments(0) Diggs(0) Edit
Repository模式 在ASP.NET MVC中用的比较多。点击打开链接http://www.cnblogs.com/carysun/archive/2009/03/20/Repository.html Read More
posted @ 2013-06-13 18:07 lein.wang Views(92) Comments(0) Diggs(0) Edit
cake里如果有时候发送html格式的邮件,最好是设置模板,因为直接发送字符串或者数组,总是会有样式问题。app/views/elements/email/html/xxxx.ctp //template放这里因为要对template里的变量赋值,所以要在shell里引入controllerApp:... Read More
posted @ 2013-06-07 15:47 lein.wang Views(106) Comments(0) Diggs(0) Edit
sealed是用来中断继承链的。sealed 能让一个类失去被继承的能力。public class SubClass : BaseInterClass { public override void absfunction() { base.absfu... Read More
posted @ 2013-05-23 23:03 lein.wang Views(389) Comments(0) Diggs(0) Edit
父类的构造函数总是在子类之前执行的。public class BaseCircle { public BaseCircle() { Console.WriteLine(" no arguments base constructor!!!"); ... Read More
posted @ 2013-05-23 22:07 lein.wang Views(135) Comments(0) Diggs(0) Edit
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页