码迷,mamicode.com
首页 >  
搜索关键字:nsis    ( 535个结果
『ORACLE』授予hr用户查看执行计划权限
SQL>@?/sqlplus/admin/plustrce.sql SYS@EZreal hey~J->drop role plustrace; Role dropped. SYS@EZreal hey~J->create role plustrace; Role created. SYS@EZre ...
分类:数据库   时间:2017-04-23 22:27:28    阅读次数:272
『ORACLE』SPM(下)-baseline实验
查询baseline信息: SQL>select sql_handle,sql_text,plan_name,origin,version,created,last_modified,last_executed,last_verified,enabled,accepted,fixed from db ...
分类:数据库   时间:2017-04-23 22:25:43    阅读次数:380
poj1328 Radar Installation
Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:其他好文   时间:2017-04-23 15:06:37    阅读次数:191
ZOJ-1157 A Plug for UNIX 【最大流】
Problem You are in charge of setting up the press room for the inaugural meeting of the United Nations Internet eXecutive (UNIX), which has an interna ...
分类:其他好文   时间:2017-04-20 22:57:08    阅读次数:257
数据一致性
CAP原理认为一个提供数据服务的存储系统无法同事满足数据一致性(Consistency所有应用程序都能访问得到相同数据),数据可用性(Availibility,在任何时候,任何程序都可以访问),分区耐受性(Partition Tolerance,系统可以跨网络分区线性伸缩)。 大型网站中为保证分布式 ...
分类:其他好文   时间:2017-04-17 23:41:14    阅读次数:265
poj1050查找最大子矩阵和
题目: To the Max Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 48507 Accepted: 25662 Description Given a two-dimensional array of positive ...
分类:其他好文   时间:2017-04-12 23:05:12    阅读次数:342
Day1_Python基础_3.Python2 or 3 ?
三、Python 2 or 3? In summary : Python 2.x is legacy, Python 3.x is the present and future of the language Python 3.0 was released in 2008. The final 2. ...
分类:编程语言   时间:2017-04-10 14:33:23    阅读次数:271
Haybale Guessing
Haybale Guessing Time Limit: 1000MS Memory Limit: 65536K Description The cows, who always have an inferiority complex about their intelligence, have a ...
分类:其他好文   时间:2017-04-04 22:13:56    阅读次数:220
IIS7Appcmd 命令详解
IIS7 Appcmd 命令详解 废话不说!虽然有配置界面管理器!但是做安装包的时候命令创建是必不可少的!最近使用NSIS制作安装包仔细研究了一下Appcmd的命令,可谓是功能齐全. 上网查了些资料,那些博客大部分都是转载的别人的。都是些基本的介绍,很多命令都没介绍到(不知道是不是我走眼了)。 就连 ...
分类:移动开发   时间:2017-04-04 15:14:18    阅读次数:279
spoj MINSUB 单调栈+二分
题目链接:点击传送 MINSUB - Largest Submatrix no tags no tags You are given an matrix M (consisting of nonnegative integers) and an integer K. For any submatri ...
分类:其他好文   时间:2017-04-02 17:29:46    阅读次数:173
535条   上一页 1 ... 41 42 43 44 45 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!