- 浏览: 23063 次
- 性别:
- 来自: 北京
最新评论
文章列表
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Flot Examples</title& ...
@echo off&setlocal enabledelayedexpansion
set hanye=AP:BKH-CNQ-TWP NA:NYK-CAN EU:LOH-TIM
for %%a in (%hanye%) do (
for /f "tokens=1,2 delims=:" %%i in ("%%a") do (
set gu=%%i
set xing=%%j
rem 替换-为空格
set xing=!xing:-= !
for %%k in (!xing!) do (
set site=%%k
ech ...
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.net.URL;
import java.util.HashMap;
import java.util.Map;
public class FileRobert {
private static FileRobert robert = new FileRobert();
private static int parentFloa ...
Public Sub 抓上海指数全部()
'删除上次结果sheet
delectsh
Dim ie, dmt, an, selectONE
Set ie = CreateObject("InternetExplorer.Application") '创建一个IE对象
With ie
.Visible = False '显示它
.navigate "http://vip.stock.finance.sina.com.cn/corp/go.php/vMS_M ...
java insert update blob
- 博客分类:
- java
http://docs.oracle.com/javase/1.5.0/docs/guide/jdbc/blob.html
http://docs.oracle.com/javase/1.4.2/docs/api/java/sql/Blob.html
http://www.idevelopment.info/data/Programming/java/
http://blog.csdn.net/vean_system/article/details/7549230
http://www.dba-oracle.com/t_java_graphics_blob_retrieval.htm
P ...
import java.io.File;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
public class RollDateFile {
public static void rename(File f,String old_v,String new_v ){
if(f.isDirectory()){
for(File file :f.listFiles()){
rename(file,old_v,new_v );
...
public class ExcelConcat {
private static final String quote = "\"'\"";
private static final String dquote = "\"";
private static final String and = "&";
private static final String coma = "\",\"";
private static final ch ...
Private Sub CommandButton1_Click()
Dim Str, formular, sheetName As String
Dim splitArray
Dim to_cell_with_formula, curVal
Str = Sheets("setting").Cells(1, 1).Value
splitArray = Split(Str, "-->")
sheetName = splitArray(0)
to_cell_with_formula = splitArray(1)
...
Const adVarChar = 200
Const MaxCharacters = 40000
Const ForReading = 1
Const ForWriting = 2
Set DataList = CreateObject("ADOR.Recordset")
DataList.Fields.Append ""filed_name"", adVarChar, MaxCharacters
DataList.Open
Set objFSO = CreateObject("Scripting.File ...