1,mongodb2,redishttp://www.cnblogs.com/lxx/archive/2013/06/04/3116985.html3,npm install最好在vs command 里运行http://stackoverflow.com/questions/18774929/np...
分类:
Web程序 时间:
2014-10-14 18:07:49
阅读次数:
169
今天 工程 中 用到了 libxml2.framwork 这个库 使用中 报错 “'libxml/tree.h' file not found”解决的 办法 是 从网上 谷歌到的 使用后 完美解决办法:Header Search Paths 增加一条 :${SDKROOT}/usr/include/...
分类:
其他好文 时间:
2014-10-14 17:27:58
阅读次数:
181
在mac下idea的常用快捷键如下,下面的快捷键都亲自试用,并有一些和eclipse对比的说明
alt+f7查找在哪里使用 相当于eclipse的ctrl+shift+G
command+alt+f7 这个是查找选中的字符在工程中出现的地方,可以不是方法变量类等,这个和上面的有区别的
command+F7可以查询当前元素在当前文件中的引用,然后按F3可以选择 ,功能基本...
分类:
系统相关 时间:
2014-10-14 15:48:19
阅读次数:
248
5 Answersactive oldest votesup vote 57 down voteacceptedIt sounds like you recently updated GitHub application and Git Shell is now broken.Short versionTo fix itclose Git Shellopen GitHub and let it d...
分类:
其他好文 时间:
2014-10-14 15:01:48
阅读次数:
537
拒绝原因:Additionally, we found that your app requires the installation of another app before it can be used, which is not in compliance with the App Stor...
分类:
移动开发 时间:
2014-10-14 13:57:58
阅读次数:
206
1. esc 自动完成, 作用和VS中的ctrl+j类似,像 Eclipse 的 alt+/
2. command + / 注释代码和反注释,用 //,相当于 Eclipse 的 ctrl+/
3. control + command + 上/下箭头 快速在头文件(.h)和实现文件(.m)之间切换
4. command + b 编译程序,不运行
5. command +...
分类:
其他好文 时间:
2014-10-14 11:23:58
阅读次数:
168
while循环用于不断执行一系列命令,也用于从输入文件中读取数据;命令通常为测试条件。其格式为:while commanddo Statement(s) to be executed if command is truedone命令执行完毕,控制返回循环顶部,从头开始直至测试条件为假。以下是一个.....
分类:
系统相关 时间:
2014-10-14 03:09:17
阅读次数:
183
/****** Script for SelectTopNRows command from SSMS ******/SELECT TOP 1000 [lz_UsersId] ,[lz_UsersName] ,[lz_EmpName] ,uj.jobId ,j...
分类:
其他好文 时间:
2014-10-13 21:42:17
阅读次数:
183
审核 加急:https://developer.apple.com/appstore/contact/?topic=expedite原因:We found a serious problem, our application is collapse phenomenon, poor brings t...
分类:
移动开发 时间:
2014-10-13 20:47:47
阅读次数:
179
在安装一些包的时候,遇到g++:command not found error,这是由于系统缺失相对应的包 工具/原料CentOS64 方法/步骤在发现该错误时,先在系统中确认是否缺失相对应的包:rpm -qa | grep "g++"在确认系统未安装之后,查询可安装的相对应的功能的包:yum .....
分类:
其他好文 时间:
2014-10-13 19:55:47
阅读次数:
205