码迷,mamicode.com
首页 > 2014年06月27日 > 全部分享
DECLARE
-- 修正用プログラム DECLARECURSOR c_adv_fee_detail ISSELECT adv_fee.fee_mgmt_num,adv_fee.fee_mgmt_eda,adv_fee.receipt_num,adv_fee.his,adv_fee.ksai_sha_code,ad...
分类:其他好文   时间:2014-06-27 11:36:56    阅读次数:292
Sql Server 2005 开发版亲測可用下载地址
sqlserver2005开发版下载地址:http://222.132.81.146/rj/cs_sql_2005_dev_all_dvd.rar建议使用迅雷下载。sql server 2005 开发版迅雷下载地址:thunder://QUFodHRwOi8vMjIyLjEzMi44MS4xNDYv...
分类:数据库   时间:2014-06-27 11:36:20    阅读次数:374
LeetCode OJ - 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 sing...
分类:其他好文   时间:2014-06-27 11:38:12    阅读次数:207
6月26号=》216页-220页
10.1 布局相关属性 CSS提供了如下布局相关属性。 float:该属性控制目标HTML组件是否浮动以及如何浮动。当通过该属性设置某个对象浮动后,该对象将被当做块(block-level) 组件处理,即相当与display属性被设置为block。也就...
分类:其他好文   时间:2014-06-27 11:37:35    阅读次数:166
Jumony快速抓取网页 --- Jumony使用笔记--icode
作者:郝喜路 个人主页: http://www.cnicode.com 博客地址:http://haoxilu.cnblogs.com 时间:2014年6月26日 19:25:02 刚刚在博客园 看到一篇博文《使用HttpWebRequest和HtmlAgilityPack抓取网页(拒绝乱码...
分类:Web程序   时间:2014-06-27 11:38:56    阅读次数:324
[leetcode] Rotate List
Given a list, rotate the list to the right by k places, where k is non-negative.
分类:其他好文   时间:2014-06-27 11:39:33    阅读次数:289
[leetcode] N-Queens II
Now, instead outputting board configurations, return the total number of distinct solutions.
分类:其他好文   时间:2014-06-27 11:40:13    阅读次数:277
[leetcode] Spiral Matrix II
Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order.
分类:其他好文   时间:2014-06-27 11:40:49    阅读次数:156
Ubuntu中Git服务器搭建
git服务器搭建过程参考网上资料搭建git服务器过程记录 如下:需求硬件需求:一台Ubuntu或者debian电脑(虚拟机),能通过网络访问到。软件需求:git-core, gitosis, openssh-server, openssh-client, Apache2(Gitweb)安装配置git...
分类:其他好文   时间:2014-06-27 11:41:26    阅读次数:208
[leetcode] Jump Game
Given an array of non-negative integers, you are initially positioned at the first index of the array.
分类:其他好文   时间:2014-06-27 11:42:04    阅读次数:146
CREATE OR REPLACE FUNCTION
CREATE OR REPLACE FUNCTION SF_Taishou_Ksai_Date(v_receiptNum IN CHAR, v_his IN CHAR) RETURN VARCHAR2 DETERMINISTIC IS RESULT VARCHAR2(50); v_result_t ...
分类:其他好文   时间:2014-06-27 11:42:42    阅读次数:170
[leetcode] Maximum Subarray
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.
分类:其他好文   时间:2014-06-27 11:43:25    阅读次数:173
[leetcode] Insert Interval
Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary).
分类:其他好文   时间:2014-06-27 11:44:03    阅读次数:180
Java虚拟机工作原理具体解释
一、类载入器首先来看一下java程序的运行过程。 从这个框图非常easy大体上了解java程序工作原理。首先,你写好java代码,保存到硬盘其中。然后你在命令行中输入javac YourClassName.java此时,你的java代码就被编译成字节码(.class).假设你是...
分类:编程语言   时间:2014-06-27 11:45:27    阅读次数:277
HP-JavaUtil: xls 操作类
Written In The Font谢谢,陈明.哈哈!共勉,努力搞定它.路漫漫其修远兮,吾将上下而求索ContentExportExcelAndSave( String[] header, List excelList, String sheetTitle, String filePath, St...
分类:编程语言   时间:2014-06-27 11:44:44    阅读次数:330
iphone获取当前流量信息
通过读取系统网络接口信息,获取当前iphone设备的流量相关信息,统计的是上次开机至今的流量信息.?1. [代码][C/C++]代码 -(void)checkNetworkflow{ struct ifaddrs *ifa_list = 0, *ifa; if (getifaddrs(&ifa...
分类:其他好文   时间:2014-06-27 11:46:05    阅读次数:223
第二章:自然语言处理———从规则到统计
任何语言,都可以被认为是一种编码方式,而语言的语法规则是编码解码的算法。我们把我们要表达的意思,通过一句话(一种编码)传送出去,听到这句话的人(接到编码信息),理解这句话(解码),从而理解对方要表达的意思。这是一个比较有趣又生动的过程。自然语言处理可以说是从1950年开始的,至今有60多年的历史。但...
分类:其他好文   时间:2014-06-27 11:46:43    阅读次数:437
1708条   上一页 1 ... 36 37 38 39 40 41 42 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!