码迷,mamicode.com
首页 >  
搜索关键字:mandatory profile    ( 5917个结果
Linux下安装配置JDK
rpm -ivh jdk.rpm安装完毕后查看java版本 java -version安装完毕后倒入环境变量增加JAVA_HOME环境变量[root@test src]# vi /etc/profile在最后面增加:#set java environmentexport CATALINA_HOMEe...
分类:系统相关   时间:2014-06-28 18:23:01    阅读次数:270
H.264 Profile
提到High Profile H.264解码许多人并不了解,那么到底什么是High Profile H.264解码?其应用效果又是如何呢?作为行业标准,H.264编码体系定义了4种不同的Profile(类):Baseline(基线类)提供I/P帧,仅支持progressive(逐行扫描)和CAVLC...
分类:其他好文   时间:2014-06-28 15:05:07    阅读次数:262
开源模块札记(一)
1、libpng 对GIMP生成的png报错 libpng warning: iCCP: known incorrect sRGB profile libpng 对GIMP生成的png报错libpng warning: iCCP: known incorrect sRGB profile原因是新版的...
分类:其他好文   时间:2014-06-25 21:40:04    阅读次数:171
Fix error of "you have been logged on with a temporary profile"
You have been logged on with a temporary profile on windows2008 R2After looking into this issue, I saw the following user profiles and I didn’t see my...
分类:其他好文   时间:2014-06-24 21:25:26    阅读次数:201
Teamcenter10 step-by-step installation in Linux env-Oracle Instance Creation
Configure Oracle environment It is recommended that user sets the specific environment for Oracle installation in ~/.bash_profile file prior to instan...
分类:数据库   时间:2014-06-24 15:26:00    阅读次数:611
OSX: 禁止iCloud钥匙链?
禁止iCloud钥匙串? 苹果说不提供官方方案。有人说,在系统偏好中禁止iCloud就可以了,无论是用Profile还是MCX等等技术--其实有人发现,在至今可见的所有的OSX版本中Profile都存在一个"bug",使得即便被admin禁止的系统偏好项目,依然可以被普通用户使用。可是即便是那里禁止了,可以用户依然可能在使用其它软件的时候激活它,比如互联网帐号,mail, 联系簿等等。所以,没有那么简单。...
分类:其他好文   时间:2014-06-22 17:33:07    阅读次数:219
profile文件整理
看到别人的好点子随时会进行相应修改: 1 # /etc/profile 2 3 # System wide environment and startup programs, for login setup 4 # Functions and aliases go in /etc/bash...
分类:其他好文   时间:2014-06-22 10:52:28    阅读次数:256
设置记录历史命令的条数
在~/.bash_profile里面添加export HISTSIZE=1000From: http://bbs.chinaunix.net/thread-3612167-1-1.html
分类:其他好文   时间:2014-06-22 10:49:25    阅读次数:249
SQL Server 2012笔记分享-33:SQL Server profiler跟踪
需求使用SQLserverprofiler跟踪当前实例的所有常见活动,并将结果保存到文件中。================================================================开始程序中选择SQLserverprofiler,如图。选择文件——新建跟踪,如图。连接到当前的SQLserver实例,如图。在跟踪属性里面配置..
分类:数据库   时间:2014-06-21 18:58:21    阅读次数:249
ubuntu tomcat的安装
1、在计算机联网情况下,打开终端: sudo apt-get install tomcat72、设置环境变量: sudo gedit /etc/profile 在编辑器内添加以下内容: export CATALINA_HOME="/usr/share/tomcat7"截图如下: 上面的部分是安装jd...
分类:其他好文   时间:2014-06-21 09:27:12    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!