mac下进行cordova项目编译部署到ios设备,这个时候需要安装ios-deploy,会失败: npm WARN lifecycle ios-deploy@1.8.6~preinstall: cannot run in wd %s %s (wd=%s) ios-deploy@1.8.6 ./sr ...
分类:
移动开发 时间:
2019-01-03 12:54:44
阅读次数:
285
1.模糊匹配,b表记录不在a表中的 2.根据主副id拼出目录 ...
分类:
数据库 时间:
2019-01-03 10:54:13
阅读次数:
186
在VS中添加lib库的三种方法 注意: 1、每种方法也要复制相应的DLL文件到相应目录,或者设定DLL目录的位置,具体方法为:"Properties" -> "Configuration Properties" -> "Debugging",在"Working Directory"设置dll的路径就 ...
分类:
其他好文 时间:
2019-01-02 15:15:19
阅读次数:
167
Implement a magic directory with buildDict, and search methods. For the method buildDict, you'll be given a list of non-repetitive words to build a di ...
分类:
其他好文 时间:
2019-01-02 13:34:51
阅读次数:
135
本文Linux系统为CentOSLinux7。??ssh-keygen命令生成公钥和私钥,名字分别是“id_rsa.pub”和“id_rsa”,公钥发送到服务器上,私钥本地使用。远程是在“
分类:
系统相关 时间:
2019-01-01 22:44:10
阅读次数:
303
// FindFileDebug.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "FindFileDebug.h"#ifdef _DEBUG#define new DEBUG_NEW#endif#define IS_DIRECTORY(x) (( ...
分类:
编程语言 时间:
2019-01-01 21:45:51
阅读次数:
220
replaceAll("\\\\", "/"); 例如 //获取项目路径,并将\转换为/ File directory = new File(""); String courseFile = directory.getCanonicalPath().replaceAll("\\\\", "/"); ...
分类:
编程语言 时间:
2018-12-31 19:00:18
阅读次数:
318
src/main/java **/*.hbm.xml src/main/resources ... ...
分类:
其他好文 时间:
2018-12-31 00:33:11
阅读次数:
213
执行 memcached 启动命令时,报错,提示:error while loading shared libraries: libevent-2.1.so.6: cannot open shared object file: No such file or directory 查看 memcach ...
分类:
其他好文 时间:
2018-12-30 16:23:31
阅读次数:
264
openblas下载 "官方地址" "zip文件" "tar文件" openblas安装 直接执行 openblas使用 将相应的头文件及库文件考到相应的位置 cmake文件如下: 注意最后多连接了两个库: 测试程序如下: include include void main() { int i = ...
分类:
其他好文 时间:
2018-12-30 10:39:50
阅读次数:
253