`
wentise
  • 浏览: 23050 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表

ps explore

    博客分类:
  • ps
ps cccc
dk1.8.0_152.7z.003
jdk1.8.0_152.7z.004
jdk%2Fjdk1.8.0_152.7z.002
jdk%2Fjdk1.8.0_152.7z.001
http://findbugs.sourceforge.net/findbugs2.html

aaa

<!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 ...

java 文件统计

    博客分类:
  • java
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 ...

文件改名

    博客分类:
  • java
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 ); ...

excel java concat

    博客分类:
  • java
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 ...

vba自动公式

    博客分类:
  • vba
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 ...
Global site tag (gtag.js) - Google Analytics