码迷,mamicode.com
首页 >  
搜索关键字:class    ( 183544个结果
oracle
第一章用户管理//2014年4月17号oracle有40多种权限。connect是权限问题,如省长,权限系统权限:描述的用户对数据库的访问的权限对象权限(数据对象(用户的表,视图,存储过程,触发器)权限):用户对其他用户的数据对象操作的权限。createression角色:事先定义一些角色,如con...
分类:数据库   时间:2014-06-27 12:24:46    阅读次数:353
2432: [Noi2011]兔农 - BZOJ
Description农夫栋栋近年收入不景气,正在他发愁如何能多赚点钱时,他听到隔壁的小朋友在讨论兔子繁殖的问题。问题是这样的:第一个月初有一对刚出生的小兔子,经过两个月长大后,这对兔子从第三个月开始,每个月初生一对小兔子。新出生的小兔子生长两个月后又能每个月生出一对小兔子。问第n个月有多少只兔子?...
分类:其他好文   时间:2014-06-27 12:22:37    阅读次数:254
Path.Combine (合并两个路径字符串)方法的一些使用细节
System.IO.Path.Combine 简单来说,就是合并两个路径字符串。 比如如下调用,Path.Combine(@"C:\11","aa.txt") 返回的字符串路径如后: C:\11\aa.txt这个方法的声明如下: public static string Combine ( stri...
分类:其他好文   时间:2014-06-27 12:22:03    阅读次数:165
[leetcode] Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:其他好文   时间:2014-06-27 12:21:24    阅读次数:215
[leetcode] Container With Most Water
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpo...
分类:其他好文   时间:2014-06-27 12:20:47    阅读次数:245
[leetcode] Permutations
Given a collection of numbers, return all possible permutations.
分类:其他好文   时间:2014-06-27 12:19:22    阅读次数:241
[leetcode] Valid Sudoku
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.
分类:其他好文   时间:2014-06-27 12:18:39    阅读次数:153
[leetcode] Remove Element
Given an array and a value, remove all instances of that value in place and return the new length.
分类:其他好文   时间:2014-06-27 12:17:58    阅读次数:156
CSS透明属性详解
.transparent_class { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}上面的几个属性分别是:opacity: 0.5; 这是最重要的,因为它是CSS标准.该属性支持Fir...
分类:Web程序   时间:2014-06-27 12:17:13    阅读次数:220
Libevent 定时器
先摘一点网上的介绍libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。著名分布式缓存软件memcached也是libevent based,而且libevent在使用上可以做到跨平台,而且根...
分类:其他好文   时间:2014-06-27 12:16:35    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!