码迷,mamicode.com
首页 >  
搜索关键字:restricted    ( 222个结果
Oracle 11g 更改字符集
sqlplus "/as sysdba"shutdown immediate;startup mount;alter session set sql_trace=true; alter system enable restricted session;alter system set job_que...
分类:数据库   时间:2015-05-27 18:56:01    阅读次数:172
oracle 10g 数据库字符集更改
1.更改数据库字符集为GBKSHUTDOWN IMMEDIATE;STARTUP MOUNT EXCLUSIVE;ALTER SYSTEM ENABLE RESTRICTED SESSION;ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0;ALTER SYSTEM SE...
分类:数据库   时间:2015-05-26 21:18:23    阅读次数:142
Ubuntu 源
原文地址:Ubuntu 12.04添加源sudo vim/etc/apt/sources.list#网易163 deb http://mirrors.163.com/ubuntu/ precise main restricted deb-src http://mirrors.163.com/ub.....
分类:系统相关   时间:2015-05-24 18:42:33    阅读次数:181
Oracle XE 安装时创建数据库的字符集是 AL32UTF8 怎样转换成 ZHS16GBK?
connect / as sysdba; shutdown immediate startup mount alter system enable restricted session ; alter system set JOB_QUEUE_PROCESSES=0; alter syst...
分类:数据库   时间:2015-05-13 18:51:44    阅读次数:142
nodogsplash项目介绍
0. The Nodogsplash projectNodogsplash offers a simple way to provide restricted access to an internetconnection. It is derived from the codebase of th...
分类:其他好文   时间:2015-05-11 23:56:33    阅读次数:189
《Real-Time Compressive Tracking》论文理解
这是Kaihua Zhang发表在ECCV2012的paper,paper的主题思想是利用满足压缩感知(compressive sensing)的RIP(restricted isometry property)条件的随机测量矩阵(random measurement matrix)对多尺度(multiple scale)的图像特征(features)进行降维,然后通过朴素贝叶斯分类器(naive...
分类:其他好文   时间:2015-05-11 10:47:15    阅读次数:551
Ubuntu源列表
14.04deb http://mirrors.ustc.edu.cn/ubuntu/ trusty main restricted universe multiversedeb http://mirrors.ustc.edu.cn/ubuntu/ trusty-security main rest...
分类:系统相关   时间:2015-05-10 12:40:45    阅读次数:159
Oracle 更改字符集 更改后之前的中文全成乱码了
安装时采用什么字符集主要看你的需求,一般测试用的话,就用UTF8.后面可以修改,10g:UTF8 到ZHS16GBKSHUTDOWN IMMEDIATE; STARTUP MOUNT ; ALTER SYSTEM ENABLE RESTRICTED SESSION;ALTER SYSTEM SET ...
分类:数据库   时间:2015-05-04 23:53:26    阅读次数:281
Customizing AX 2012 Released Product ListPage Filter using X++
In Microsoft Dynamics AX 2012, ListPages are more restricted from customization than in prior versions of AX. Primary reason for the restriction is so...
分类:其他好文   时间:2015-04-27 09:37:03    阅读次数:221
2. PowerShell -- 脚本执行权限
1.Powershell脚本运行的几种权限介绍Restricted——默认的设置,不允许任何script运行AllSigned——只能运行经过数字证书签名的scriptRemoteSigned——运行本地的script不需要数字签名,但是运行从网络上下载的script就必须要有数字签名Unrestricted——允许所有的script运行,..
分类:系统相关   时间:2015-04-24 16:58:56    阅读次数:206
222条   上一页 1 ... 15 16 17 18 19 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!