码迷,mamicode.com
首页 >  
搜索关键字:ted    ( 12016个结果
文件上传/下载/删除
【文件上传】public void BtnFileUpLoad() { try{ if (FileUpLoad.PostedFile.FileName != "") { string path = Server.MapPath("~/Uploads/"); string NowTime = Date ...
分类:Web程序   时间:2017-02-07 15:08:00    阅读次数:160
创建调色板
procedure TForm1.Button1Click(Sender: TObject); var lpPalette : PLogPalette; hPal : hPalette; i : integer; begin {Allocate the memory used by the pale... ...
分类:其他好文   时间:2017-02-07 14:04:23    阅读次数:191
Ubuntu 14.04 配置iptables防火墙
Ubuntu默认安装是没有开启任何防火墙的,为了服务器的安全,建议大家安装启用防火墙设置,这里推荐使用iptables防火墙.如果mysql启本地使用,可以不用打开3306端口. # whereis iptables #查看系统是否安装防火墙可以看到: iptables: /sbin/iptable... ...
分类:系统相关   时间:2017-02-07 13:47:22    阅读次数:194
Lucene 4.X 全套教程
http://www.cnblogs.com/forfuture1978/category/300665.html Lucene 4.X 倒排索引原理与实现: (3) Term Dictionary和Index文件 (FST详细解析) 摘要: 我们来看最复杂的部分,就是Term Dictionary ...
分类:Web程序   时间:2017-02-06 23:15:41    阅读次数:313
Oracle 表连接方式
1、嵌套循环联结(NESTED LOOPS)2、哈希联结(HASH JOIN)3、排序合并联结(MERGE JOIN)4、半联结(in/exists)5、反联结(not in/not exists)6、笛卡儿联结(MERGE JOIN CARTESIAN)7、外连联结 left outer join ...
分类:数据库   时间:2017-02-06 21:09:36    阅读次数:257
jquery操作select(取值,设置选中)
jquery操作select(取值,设置选中) jquery操作select(增加,删除,清空) http://huapengpeng1989412.blog.163.com/blog/static/58828754201342841940720/ jQuery获取Select选择的Text和Val ...
分类:Web程序   时间:2017-02-06 19:32:39    阅读次数:218
LeetCode:485. Max Consecutive Ones
1 package Today; 2 //LeetCode:485. Max Consecutive Ones 3 /* 4 Given a binary array, find the maximum number of consecutive 1s in this array. 5 6 Exam... ...
分类:其他好文   时间:2017-02-06 13:22:30    阅读次数:155
angularJs下拉框
1 只是一个下拉框 <!-- <select ng-model="areaType" ng-disabled="isDisable" class="form-control" ng-options="c.code as c.code for c in codes"> --><!-- <option ...
分类:Web程序   时间:2017-02-06 12:56:24    阅读次数:250
spark小例子
import org.apache.spark.SparkConf import org.apache.spark.SparkContext object MaxTemperaturer { def main(args: Array[String]): Unit = { var conf = new... ...
分类:其他好文   时间:2017-02-05 21:53:44    阅读次数:176
redis 导入导出redis-load,redis-dump详解
redis -load 并不能指定端口号 一台多实例 实现不了 redis-loab 指定另一个实例 ...
分类:其他好文   时间:2017-02-05 19:17:32    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!