1、将文件checkout到本地目录svn checkout path(path是服务器上的目录)例如:svn checkout svn://192.168.1.1/pro/domain简写:svn co2、往版本库中添加新的文件svn add file例如:svn add test.php(添加t...
分类:
系统相关 时间:
2015-07-14 10:00:45
阅读次数:
176
The Promise of Deep LearningByYoshua BengioHumans have long dreamed of creating machines that think. More than 100 years before the first programmable...
分类:
其他好文 时间:
2015-07-13 20:30:09
阅读次数:
95
root causejava.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.wsdl.WSD....
分类:
Web程序 时间:
2015-07-13 18:18:04
阅读次数:
181
1.安装opensslsudo apt-get install opensslsudo apt-get install libssl-dev2.将对应的认证文件domain.crt,domain.key放到/etc/nginx/ssl下在site-avaliable的对应虚拟主机配置文件里加上以下内...
分类:
系统相关 时间:
2015-07-13 13:43:27
阅读次数:
179
public static ResourceBundle bundle = PropertyResourceBundle.getBundle("domain"); public static String URL=bundle.getString("url"); public static Str....
分类:
编程语言 时间:
2015-07-13 10:06:23
阅读次数:
122
Best practice about creating DB on Oracle12c for application....
分类:
移动开发 时间:
2015-07-13 00:51:52
阅读次数:
150
之前做app推送主要是集成友盟SDK,在程序获取deviceToken时,老是提示如下错误:Error Domain=NSCocoaErrorDomain Code=3000 "未找到应用程序的“aps-environment”的权利字符串" UserInfo=0x14dc69e0 {NSLocal...
分类:
移动开发 时间:
2015-07-12 15:32:47
阅读次数:
408
demo地址:http://comperter.sinaapp.com/
个人公众号没认证不能获取分享以及微信支付的接口。但是基本的网页接口是OK,地理位置,语音,获取相册和图片,等等之类的。在使用这些接口之前需要你设置JS安全域名,不然会报错:invalid url domain 意思就是没有绑定安全域名。其实就是你的调试环境地址.不带HTTP协议.
个人接口基本测试网页接口...
分类:
微信 时间:
2015-07-12 11:23:00
阅读次数:
227
1.开始 解决方案:SportsStore 项目: SportsStore.Domain //类库 //存放域实体与逻辑,EF SportsStore.WebUI //Asp.net MVC4 应用程序 Basic(基本) //...
分类:
其他好文 时间:
2015-07-11 16:24:20
阅读次数:
100
socket套接字是一种网络IPC,既可以在计算机内通信,也可以在计算机间通信。socket接口可以采用许多不同的网络协议,如常见的TCP/IP协议。1、socket描述符类似于文件描述符,访问socket也有对应的socket描述符。要创建一个套接字,调用socket函数:#include int socket(int domain, int type, int pr...
分类:
其他好文 时间:
2015-07-10 15:20:40
阅读次数:
146