码迷,mamicode.com
首页 > 其他好文
Design Pattern 复习
1. Run-time binding v.s complile-time binding 2. Factory Method :defer instantiation to subclass,define only vitual function for creating a object in base class ? ?Abstract Factory Method ? ?B...
分类:其他好文   时间:2014-12-02 15:29:15    阅读次数:185
RobotFramework
### Robotframework### This is an H1 ============= This is an H2 ----------------- fsfsdsfs fsfsfsdfs fsfsfsfsd _single underscores_ *single asterisks* > This is a blockquote with two paragraphs. Lo...
分类:其他好文   时间:2014-12-02 15:30:22    阅读次数:117
centos关机与重启命令详解
Linux centos关机与重启命令详解与实战  Linux centos重启命令:   1、reboot   2、shutdown -r now 立刻重启(root用户使用)   3、shutdown -r 10 过10分钟自动重启(root用户使用)   4、shutdown -r 20:...
分类:其他好文   时间:2014-12-02 15:31:09    阅读次数:207
xcode 相关
/Users/chenxiaodong/Library/Developer/XCode/DerivedData/ //xcode 编译缓存 路径 ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins // xcode 插件存放路径...
分类:其他好文   时间:2014-12-02 15:30:39    阅读次数:144
Yii2 Day 1:安装与环境搭建
Yii2正式版本已经发布了好几个月了,和1.x版本相比,官方文档到目前为止还只能算是毛坯房,需要社区进一步地贡献。为了将原本基于Yii1.x的站点迁移到2.0下,开始了Yii2.x框架学习和探索。第一步,就是需要安装Yii...
分类:其他好文   时间:2014-12-02 15:29:16    阅读次数:186
网易退信代码
退信代码说明:?   ?421 HL:REP 该IP发送行为异常,存在接收者大量不存在情况,被临时禁止连接。请检查是否有用户发送病毒或者垃圾邮件,并核对发送列表有效性;   ?421 HL:ICC 该IP同时并发连接数过大,超...
分类:其他好文   时间:2014-12-02 15:30:13    阅读次数:204
libvirt storage
创建基于文件夹(目录)的存储池 1、定义存储池vmware_pool virsh?pool-define-as?vmware_pool?--type?dir?--target?/etc/libvirt/storage 创建存储池vmware_pool,类型为文件目录,/virhost/vmware,与poo...
分类:其他好文   时间:2014-12-02 15:28:09    阅读次数:237
Cacti磁盘空间监控数据不准解决办法
在被监控的主机snmpd.conf中加入如下内容 …. ############################################################################### #?disk?checks # #?The?agent?can?check?the?amount?of?available?...
分类:其他好文   时间:2014-12-02 15:27:54    阅读次数:146
Codeforces Round #280 (Div. 2) c
/** ?*?@brief?Codeforces?Round?#280?(Div.?2)?c ?*?@file?c.cpp ?*?@author?mianma ?*?@created?2014/12/02?14:38 ?*?@edited??2014/12/02?14:38 ?*?@type?math ?*?@note? ?*??...
分类:其他好文   时间:2014-12-02 15:27:48    阅读次数:204
[Dynamics AX] Data import/export framework(DIXF, DMF) on AX2012 and above
AfterinstallDataimport/exportframework(DIXF,DMF)onAX2012R2andabove,weshouldmakesuretwofollowingthingsreadyThe"MicrosoftDynamicsAxDataImportExportFrameworkServiceUsers"group existunderLocalUsersandGroups>Groups."AOSuser"shouldaddedtothatusergroup.Thenweca..
分类:其他好文   时间:2014-12-02 15:28:04    阅读次数:178
ACM-素数筛选
publicclasssushu{ publicstaticvoidmain(String[]args){ inti,m=1000; intcount=0; for(i=1;i<=m;i++){ if(prime(i)){ count++; System.out.print(i+""); if(count%10==0){ System.out.println(); } } } System.out.println();System.out.println("1-100..
分类:其他好文   时间:2014-12-02 15:27:49    阅读次数:156
centos 6.4 安装配置vsftp
yuminstallvsftpddb4-utils因为要使用虚拟用户登录.修改如下文件a:/etc/pam.d/vsftpd;添加两行authrequired/lib64/security/pam_userdb.sodb=/etc/vsftpd/vftpuseraccountrequired/lib64/security/pam_userdb.sodb=/etc/vsftpd/vftpuser系统64位很多网上资料写的是/lib/secur..
分类:其他好文   时间:2014-12-02 15:26:39    阅读次数:115
Dockerfile:制作可ssh登录的镜像
我们先手动制作一个可以ssh登录的容器,然后按照操作步骤编写Dockerfile,用dockerbuild根据Dockerfile创建镜像,最后我们可以用这个镜像来生成可ssh登录的容器了。一、首先创建一个容器并登入[root@localhost~]#dockerp_w_picpathscentos REPOSITORYTAGIMAGEIDCREATEDVIRTUALS..
分类:其他好文   时间:2014-12-02 15:26:56    阅读次数:293
HP-UX使用光盘安装Ignite
因为新服务器Igniteclient版本较高无法完成备份,需要降级Ignite,所以要先卸载,然后从光盘安装较低的适应版本。查看ignite版本号swlist|grep–iignite卸载igniter=后面是版本号swremoveIgnite-UX,r=C.6.1.44插入光盘,找到CDROM,/dev/dsk/cxtxdxioscan-NfnCdisk挂载光盘mou..
分类:其他好文   时间:2014-12-02 15:26:12    阅读次数:455
cxgrid打印
begintime,endtime:string;beginbegintime:=FormatDateTime(‘yyyy-MM-dd00:00:00‘,dtp_begin.DateTime);endtime:=FormatDateTime(‘yyyy-MM-dd23:59:59‘,dtp_end.DateTime);dxComponentPrinter1Link1.ReportTitle.Text:=‘日期:‘+begintime+‘至‘+endtime;dxComponentPrinter1Link..
分类:其他好文   时间:2014-12-02 15:26:07    阅读次数:173
11月第3周全球五大顶级域名总量增7316个 涨幅增大
IDC评述网(idcps.com)12月02日报道:根据WebHosting.info最新数据显示,在11月第3周,全球五大顶级域名总量已上升至136,206,533个,净增7,316个,环比上周,涨幅增大。其中,.COM与.ORG域名成功实现上涨,.INFO降幅最为明显。(图1)11月第3周全球五大顶级域名注册总量观察图..
分类:其他好文   时间:2014-12-02 15:23:14    阅读次数:167
超出打开游标的最大数异常的解决
通过命令:showparameteropen_cursor;查看游标数量altersystemsetopen_cursors=3000
分类:其他好文   时间:2014-12-02 15:22:59    阅读次数:122
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!