微软近期Open的职位:Senior Product ManagerMy Life & WorkBeijing ChinaOur passion is to enable people to thrive in this mobile-first and cloud-first world.Do y...
分类:
其他好文 时间:
2014-12-29 13:27:54
阅读次数:
154
Once you have planned your project, turn your attention to developing several goals that will enable you to be successful. Goals should be SMART - spe...
分类:
其他好文 时间:
2014-12-29 10:19:34
阅读次数:
166
1.安装apache:yuminstall-yhttpdhttpd-devel修改/etc/httpd/conf/httpd.conf中的servername等配置,使http://*:*/能正常访问2.安装python:wgethttps://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgztar-xzvfPython-2.7.8.tgzcdPython-2.7.8./configure--enable-shared=e..
分类:
编程语言 时间:
2014-12-29 06:40:05
阅读次数:
180
1. 打开wcf配置: 2. enable trace , log 可以改变log路径: 3. 用 SvcTraceViewer.exe (直接在c盘下搜索) 查看 4. 如果想自定义trace: catch(Exception ex) { Trace.Write(ex.ToString()...
分类:
其他好文 时间:
2014-12-28 23:33:02
阅读次数:
269
php多进程实现PHP有一组进程控制函数(编译时需要–enable-pcntl与posix扩展),使得php能在nginx系统中实现跟c一样的创建子进程、使用exec函数执行程序、处理信号等功能。CentOS 6 下yum安装php的,默认是不安装pcntl的,因此需要单独编译安装,首先下载对应版本...
分类:
Web程序 时间:
2014-12-28 14:05:27
阅读次数:
175
第一次做iOS push,回想起来还挺简单的。因为做的时候没留下图,所以就不上图了去http://developer.apple.com ,用付过费的开发者帐号,创建一个新的应用。勾选上Enable Push Notification;然后在本机的Key Chain 中请求从证书颁发机构请求一个证书...
分类:
移动开发 时间:
2014-12-27 20:18:07
阅读次数:
195
sudo add-apt-repository cloud-archive:junoLong Term SupportHow to Enable and UseThe Cloud Tools archive is only supported on Ubuntu 12.04.Add the repo...
分类:
系统相关 时间:
2014-12-27 13:52:46
阅读次数:
233
VSFTPD使用指南final篇基本配置1.匿名服务器的连接(独立的服务器)在/etc/vsftpd.conf(或在/etc/vsftpd/vsftpd.conf)配置文件中添加如下几项:Anonymous_enable=yes(允许匿名登陆)Dirmessage_enable=yes(切换目录时,显示目录下.message的内容)Local_umask=022(FTP上..
分类:
其他好文 时间:
2014-12-26 18:54:09
阅读次数:
261
如果要DML实现真正意义上的并发,在开始执行需要并发语句前,需要执行开启session并发 ALTER SESSION ENABLE PARALLEL DML; 在执行完语句后,需要执行关闭session并发 ALTER SESSION DISABLE PARALLEL DML;使用并行,加快大量数...
分类:
其他好文 时间:
2014-12-26 14:19:17
阅读次数:
274
1Powershell远程管理是Windows一项很常用的管理方式,但是我们在网上搜到的一些开启方法都是通过Enable-PSRemoting,或者winrmquickconfig,但是有时候执行完毕后发现还是无法实现远程。提示消息是“连接到远程服务器失败,错误消息如下:客户端无法连接到请求中指定的目标”2..
分类:
系统相关 时间:
2014-12-25 18:39:21
阅读次数:
842