码迷,mamicode.com
首页 >  
搜索关键字:mandatory profile    ( 5917个结果
shell总结
1tr命令处理文本中的内容tr-d‘\r‘<file.txt|sort>file2.txt参数:-c取反-C-d删除字符-s浓缩重复字符特殊文件:/dev/null/dev/tty2.profile文件中的PATHPATH=$PATH:$HOME/bin永久生效3执行跟踪(看程序都做了什么)set-x打开执行跟踪set+x关闭执行跟踪4脚本语言shell编译..
分类:其他好文   时间:2014-09-23 03:20:24    阅读次数:251
xcode6更新证书错误:No matching provisioning profiles found 解决方案
在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试会出现“Your build settings specify a provisioning profile with the UUID‘XXX’, however, no such provisioning profile was found.  Xcode can resolve this issue by downloading...
分类:其他好文   时间:2014-09-20 19:20:19    阅读次数:226
安装 tomcat
2.安装 tomcat (1)下载 lftp 192.168.2.251 sh /root/jdk-6u32-linux-x64.bin mv /root/jdk1.6.0_32/ /usr/local/lnmp/jdk (2)命令 vim /etc/profile export JAVA_HOM....
分类:其他好文   时间:2014-09-20 15:24:48    阅读次数:221
PHP和JS判断访问客户端的是PC还是移动设备
js判断(上面js判断方法,个人测试了下,在windows phone8 上会判断为pc)php判断/** *判断是否是通过手机访问 */function isMobile() { // 如果有HTTP_X_WAP_PROFILE则一定是移动设备 if (isset($_SERVER['...
分类:移动开发   时间:2014-09-20 14:02:17    阅读次数:168
Mac 下面,添加android adb命令(一般环境变量的添加方法)
1. 在 用户目录下 ~/.bash_profile vim ~/.bash_profile 2.加入我们需要添加的环境变量,这里是 添加 android platform-tools 和 toolsexport PATH=${PATH}:/Users/user/android-sdks/pl...
分类:移动开发   时间:2014-09-20 03:32:16    阅读次数:197
Hadoop、HBase、Hive整合安装文档
前期准备(版本匹配):Hadoop 2.x is faster and includes features, such as short-circuit reads, which will help improve your HBase random read profile. Hadoop 2.x...
分类:其他好文   时间:2014-09-19 22:22:26    阅读次数:368
修改项目APP名字后,在真机运行报错:The provisioning profile specified in your build settings (“haotian”) has an AppI
错误提醒:The provisioning profile specified in your build settings (“haotian”) has an AppID of “com.basecom.vipose” which does not match your bundle identifier “com.baseus.iTemperature”.  Xcode can resolv...
分类:移动开发   时间:2014-09-19 17:45:55    阅读次数:214
Spring3.1+自定义环境配置 <beans profile="">
今天老大让把项目测试环境,开发环境,生成环境配置一下,方便数据源切换,很惊喜的找到了spring3.1的profile,使用这个标签太方便了。 Spring 3.1的功能,以后就不用为了区分Test, Dev, Production环境,搞几个只...
分类:编程语言   时间:2014-09-19 15:47:46    阅读次数:575
php开启慢日志
默认是以本机的安装路径cd /usr/local/php/etc/vim php-fpm.conf; The log file for slow requests; Default Value: not set; Note: slowlog is mandatory if request_slowl...
分类:Web程序   时间:2014-09-19 13:35:55    阅读次数:298
SQL Profile 总结(四)--使用示例
使用sql profile稳定SQL执行计划的使用示例...
分类:数据库   时间:2014-09-18 19:03:44    阅读次数:342
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!