- 博客(14)
- 资源 (7)
- 收藏
- 关注
原创 php连接oracle方法
这两天需要用php连接oracle,走了很多弯路,折腾了好久终于成功了。总结以下几点1. 下载win64_11gR2_database_1of2.zip,win64_11gR2_database_2of2.zip两个文件,解压到database文件夹,然后进行安装。安装过程中可能会出现Environment variable: "PATH" -This test checks
2014-03-01 16:56:56 1395
原创 比较好的网页视频播放器总结
最近尝试了几个网页视频播放器,主要有Video.js,Ckplayer,Jwplayer。这三款使用简单,提高大量的JavaScript函数API,容易操控。Video JS是一个基于JavaScript的HTML5视频播放器,当浏览器不支持时自动切换成Flowplayer播放器。支持H.264、Theora OGG和Google WebM格式。它没有依赖任何JavaScript框架,支持
2013-12-26 19:27:56 9741
原创 [LeetCode] Add Two Numbers
Add Two NumbersYou 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 digit. Add the two numbers an
2013-08-17 22:39:42 776
原创 [LeetCode] Longest Substring Without Repeating Characters
Longest Substring Without Repeating CharactersGiven a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo
2013-08-16 13:06:07 1053 3
原创 [LeetCode] Median of Two Sorted Arrays
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two numbers such that they add up to the target, whe
2013-08-14 21:34:00 671
原创 [LeetCode] Best Time to Buy and Sell Stock III
Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complete at most two transactions.Note:You
2013-08-13 22:46:17 757
原创 [LeetCode] [LeetCode]Best Time to Buy and Sell Stock
Say you have an array for which the ith element is the price of a given stock on day i.If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock
2013-08-12 21:38:15 935
原创 [LeetCode] Best Time to Buy and Sell Stock II
Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy
2013-08-11 22:03:21 832
原创 [LeetCode] Same Tree
Same TreeGiven two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identical and the nodes have the same value.cla
2013-08-10 19:52:55 634
原创 [LeetCode] Triangle
TriangleGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the following triangle[ [2],
2013-08-10 19:38:20 630
原创 Matlab floor函数与round的区别
floor:B = floor(A) rounds the elements of A to the nearest integers less than or equal to A. For complex A, the imaginary and real parts are rounded independently.Examplesa = [-1.9, -0.2,
2013-08-05 16:07:11 2683
转载 matlab中textread函数用法
textreadRead data from text file; write to multiple outputs 实际应用中经常要读取txt文件,这个时候就需要用到强大的textread函数。 它的基本语法是: [A,B,C,…] = textread(filename,format) [A,B,C,…] = textread(filen
2013-07-23 11:31:32 6936
原创 Matlab 对本文数据读取函数fscanf用法
fscanfread data from txtmatlab中fscanf函数函数的三种形式为:l A=fscanf(fid,format)l [A, count]=fscanf(fid,format,size) l [A, count]=fscanf(fid,format,size)fscanf将文本中的数据按format规定的格式读出,并以列的顺序存入A(注意
2013-07-23 11:17:06 17174 1
Jw player 6 视频播放器
2013-12-26
H.264编解码器最新版jm18.3
2012-04-24
数字系统设计基础教程
2011-03-07
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人