select * from privilege where privilegeid = 'a4736385-9763-4a64-a44b-cd5933edc631'Security role UI to privilege mapping Dynamics CRM 2013 Applies To:....
分类:
移动开发 时间:
2014-09-23 22:52:25
阅读次数:
1556
在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
1、查看系统内核版本命令
uname命令 uname -a uname -r uname -v
vim /proc/version
more /etc/*release
more /etc/issue
2、查看cpu信息
more /proc/cpuinfo
3、查看cpu位数
getconf LONG_BIT
ls / 如果存在lib64文件夹 说明是系统是64位
4、...
分类:
系统相关 时间:
2014-09-16 10:49:00
阅读次数:
210
在定义的头文件中并没有使用到任何coco2d-x的东西,提示错误error C2059: 语法错误:“-” (..\..\src\Xxxx.cpp)error C2143: 语法错误 : 缺少“;”(在“}”的前面) (..\..\src\Xxxx.cpp)error C2238: 意外的标记位于“...
分类:
其他好文 时间:
2014-09-15 22:35:19
阅读次数:
260
1.查看ubuntu版本 shell> cat /etc/issue Ubuntu 14.04 LTS \n \l 扩展:查看内核版本 shell>uname -r 3.13.0-24-generic 查看详细版本号: shell>sudo lsb_release -a No LSB modules are available. Distributo...
分类:
其他好文 时间:
2014-09-15 11:31:48
阅读次数:
221
今天在服务器上部署Python程序,发现服务器上缺Requests库,于是设法装上,CentOS版本怎么安装Python的pip,我之前给出的Ubuntu下apt-get的方法
首先看下服务器系统版本
# cat /etc/issue
CentOS release 6.5 (Final)
Kernel \r on an \m
首先需要先安装下pip
yum install py...
分类:
系统相关 时间:
2014-09-10 10:50:50
阅读次数:
351
系统 # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname # 查看计算机名 # lspci -tv # 列出所有PCI设备 # lsusb -tv # 列出所有...
分类:
系统相关 时间:
2014-09-09 18:41:20
阅读次数:
238
Issue:Reporting Services ErrorThe permissions granted to user 'IDEAAM\William' are insufficient for performing this operation. (rsAccessDenied) Get On...
分类:
数据库 时间:
2014-09-09 11:22:48
阅读次数:
264
1.代码升级
之前的问题:
随着Scrapy库的流行,scrapy-redis作为使用redis支持分布式爬取的工具,也不断的被大家发现。
但是,使用过程中你会发现的问题是由于scrapy-redis是基于较老版本的Scrapy,所以当你使用的是新版本的Scrapy时,不可避免的会出现警告,甚至错误。
关于这个问题,我总结之后在scrapy-redis库中提了出来并开了issue和作者做了...
分类:
其他好文 时间:
2014-09-07 17:20:55
阅读次数:
226
采用cat /proc/version 可以查看到具体的操作系统的信息,包括内核的版本,在redhat中的版本。
uname -a和上面的输出差不多,还有输出hostname
cat /etc/issue可以看到当前centos的版本为centos 6.4
e可以看到当前的内核的版本号,和当前的系统的时间和系统的位数,以及cpu的个数 ,和cpu的使用情况...
分类:
其他好文 时间:
2014-09-06 13:41:43
阅读次数:
172