Martin Fowler在Refactoring: Improving the Design of Existing Code(中译名:《重构——改善既有代码的设计》)一书中与Kent Beck一起总结了22种代码坏味(Bad Smells in Code),因为Sunny这段时间正在做一些与代码 ...
分类:
Web程序 时间:
2017-05-29 12:51:13
阅读次数:
227
树形结构在软件中随处可见,例如操作系统中的目录结构、应用软件中的菜单、办公系统中的公司组织结构等等,如何运用面向对象的方式来处理这种树形结构是组合模式需要解决的问题,组合模式通过一种巧妙的设计方案使得用户可以一致性地处理整个树形结构或者树形结构的一部分,也可以一致性地处理树形结构中的叶子节点(不包含 ...
分类:
编程语言 时间:
2017-05-06 11:44:45
阅读次数:
309
1.iptables-IINPUT4-ptcp-mstate--stateNEW-mtcp--dport3306-jACCEPT2.serviceiptablessave3.mysql-uroot-p4.grantallprivilegeson*.*tosunny@‘%‘identifiedby‘123456‘;5.flushprivileges;6.exit;解释如下:打开iptables3306端口。保存iptables规则数据库授权给新用户sunny,密..
分类:
数据库 时间:
2017-04-25 17:04:47
阅读次数:
208
1.iptables-IINPUT4-ptcp-mstate--stateNEW-mtcp--dport3306-jACCEPT2.serviceiptablessave3.mysql-uroot-p4.grantallprivilegeson*.*tosunny@‘%‘identifiedby‘123456‘;5.flushprivileges;6.exit;解释如下:打开iptables3306端口。保存iptables规则数据库授权给新用户sunny,密..
分类:
数据库 时间:
2017-04-25 16:48:50
阅读次数:
166
1.zip命令zip -r myfile.zip ./*将当前目录下的所有文件和文件夹全部压缩成myfile.zip文件,-r表示递归压缩子目录下所有文件.2.unzip命令unzip -o -d /home/sunny myfile.zip把myfile.zip文件解压到 /home/sunny/ ...
分类:
系统相关 时间:
2017-04-25 16:39:59
阅读次数:
244
You’re giving a party in the garden of your villa by the sea. The party is a huge success, and everyone is here. It’s a warm, sunny evening, and a soo ...
分类:
编程语言 时间:
2017-04-20 19:54:55
阅读次数:
317
题目描述 Description The cows are journeying north to Thunder Bay in Canada to gain cultural enrichment and enjoy a vacation on the sunny shores of Lake S ...
分类:
其他好文 时间:
2017-04-12 03:19:24
阅读次数:
294
树形结构的处理——组合模式(一) 组合模式为处理树形结构提供了一种较为完美的解决方案,它描述了如何将容器和叶子进行递归组合,使得用户在使用时无须对它们进行区分,可以一致地对待 容器和叶子。 所以:抽象类 叶子类 容器类 通过引入组合模式,Sunny公司设计的杀毒软件具有良好的可扩展性,在增加新的文件 ...
分类:
其他好文 时间:
2017-04-10 14:34:47
阅读次数:
283
[POJ3667]Hotel 试题描述 The cows are journeying north to Thunder Bay in Canada to gain cultural enrichment and enjoy a vacation on the sunny shores of Lak ...
分类:
其他好文 时间:
2017-04-09 11:47:49
阅读次数:
266
1、下载对应版本Sunny-Ngrok。 2、解压之后,点击启动工具,输入你的隧道id (后面有得到的方法) 3、最后显示在线表示成功 4、以上的前提是需要得到一个隧道id,此时我们就需要在Sunny_Ngrok注册账号,建立隧道 5、最终会得到你需要的隧道id 6、现在你可以访问该网址了(需要项目 ...
分类:
Web程序 时间:
2017-04-08 13:43:11
阅读次数:
542