码迷,mamicode.com
首页 >  
搜索关键字:direct    ( 4030个结果
WebDeploy to remote IIS
参考 Web Platform Installer Direct Downloads ...
分类:Web程序   时间:2017-01-11 15:44:07    阅读次数:180
LeetCode Convert a Number to Hexadecimal
原题链接在这里:https://leetcode.com/problems/convert-a-number-to-hexadecimal/ 题目: Given an integer, write an algorithm to convert it to hexadecimal. For nega ...
分类:其他好文   时间:2017-01-11 13:07:37    阅读次数:137
Oracle游标
游标的生命周期 打开游标——>解析游标——>定义输出变量——>绑定输入变量——>执行游标——>获取游标——>关闭游标 利用DBMS_SQL包显示编码 DECLARE l_ename EMP.ENAME%TYPE := 'SCOTT'; l_empno EMP.EMPNO%TYPE; l_cursor... ...
分类:数据库   时间:2017-01-10 13:33:08    阅读次数:231
request.getParamer()
eturns the value of a request parameter as a String, or null if the parameter does not exist. Request parameters are extra information sent with the r ...
分类:其他好文   时间:2017-01-09 23:47:30    阅读次数:488
单点登录原理
出处:http://www.cnblogs.com/ywlaker/ ...
分类:其他好文   时间:2017-01-09 19:53:18    阅读次数:332
配置ZooKeeper集群11
配置ZooKeeper集群(Windows环境下) 1、解压三个zookeeper目录 D:\zookeeper\zookeeper-1 D:\zookeeper\zookeeper-2 D:\zookeeper\zookeeper-3 2、在这3个目录下面建立data和log目录,并在data目录 ...
分类:其他好文   时间:2017-01-08 23:02:30    阅读次数:189
oracle Imp和exp以及导入常见的错误
一 1) 数据库对象已经存在 一般情况, 导入数据前应该彻底删除目标数据下的表, 序列, 函数/过程,触发器等; 数据库对象已经存在, 按缺省的imp参数, 则会导入失败 如果用了参数ignore=y, 会把exp文件内的数据内容导入 如果表有唯一关键字的约束条件, 不合条件将不被导入 如果表没有唯 ...
分类:数据库   时间:2017-01-08 21:34:41    阅读次数:357
C#日志
参考页面: http://www.yuanjiaocheng.net/Entity/first.html http://www.yuanjiaocheng.net/Entity/jieshao.html http://www.yuanjiaocheng.net/entity/tixijiegou.h ...
分类:Windows程序   时间:2017-01-07 17:47:58    阅读次数:197
关键帧动画:@keyframes
关键帧动画:@keyframes: ...
分类:其他好文   时间:2017-01-07 00:14:39    阅读次数:235
The Path Attribute
https://tools.ietf.org/html/rfc6265#section-5.1.1 ...
分类:其他好文   时间:2017-01-06 18:31:09    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!