码迷,mamicode.com
首页 >  
搜索关键字:collect    ( 2531个结果
对照实验(1)-批量清理系统临时文件
语言之争由来已久,下面做一些IO实验(遍历9G多的文件,批量删除),尽量用事实来比较谁优谁劣。操作系统:win7 64 位,文件包大小:9.68G。 一、语言:C# 开发环境:vs 2013 代码总行数:43行 耗时:7秒 代码: using System; using System.Collect
分类:其他好文   时间:2016-02-01 18:00:47    阅读次数:159
ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction
测试库一条update语句报错:ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transactionmysql> UPDATE profitloss_collect_form SET ApproveStatus = 2
分类:其他好文   时间:2016-01-29 20:11:46    阅读次数:146
1.1.1 Your Ride Is Here
Your Ride Is HereIt is a well-known fact that behind every good comet is a UFO. These UFOs often come to collect loyal supporters from here on Earth. ...
分类:其他好文   时间:2016-01-23 17:55:23    阅读次数:153
jsoup html采集器
package com.forex.collect;import java.io.IOException;import java.util.HashMap;import java.util.Iterator;import java.util.Map;import java.util.Random;i...
分类:Web程序   时间:2016-01-22 10:35:26    阅读次数:182
oracle学习之bulk collect用法
Oracle8i中首次引入了Bulk Collect特性,该特性可以让我们在PL/SQL中能使用批查询,批查询在某些情况下能显著提高查询效率。采用bulk collect可以将查询结果一次性地加载到collections中。而不是通过cursor一条一条地处理。可以在select into,fetc...
分类:数据库   时间:2016-01-04 18:16:10    阅读次数:171
1068. Find More Coins (30)【背包】——PAT (Advanced Level) Practise
题目信息1068. Find More Coins (30)时间限制150 ms 内存限制65536 kB 代码长度限制16000 BEva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopp...
分类:其他好文   时间:2015-12-28 12:28:53    阅读次数:232
C# GC.Collect()
用C#写了一个运用ICE组件进行接口通信的服务程序,程序运行很正常,可是在客户端调用ICE接口时出现了大量的数据丢失,而且偶尔还通信不上,服务端最明显的现象就是telnet服务的通信端口时不通(cmd窗口一闪而过),经过大量时间的跟踪测试,最终只能通过tfs上的历史修改记录来一步一步恢复还原,最后问...
分类:Windows程序   时间:2015-12-25 16:37:39    阅读次数:1109
C# Serial串口打印
项目中需要使用串口热敏打印机,所以研究一下串口打印。using System;using System.Linq;using System.Collections.Generic;using System.Text;using System.IO.Ports;using System.Collect...
分类:Windows程序   时间:2015-12-22 17:54:19    阅读次数:203
PLSQL NOTE--------提高性能的BULK COLLECT语句和FORALL语句
提高性能的BULK COLLECT语句和FORALL语句pl/sql向sql引擎发送sql语句执行,然后SQL向pl/sql 返回结果数据。可以使用pl/sql的大批量sql特性来降低sql和pl /sql之间的通信开销。FORALL语句将INSERT或UPDATE或DELETE批次处理,BULK ...
分类:数据库   时间:2015-12-18 14:41:15    阅读次数:276
dp重拾-01背包--HDU 2602
Many years ago , in Teddy’s hometown there was a man who was called “Bone Collector”. This man like to collect varies of bones , such as dog’s , cow’s...
分类:其他好文   时间:2015-12-10 18:37:43    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!