代码改变世界

阅读排行榜

SQLSERVER 数据调度示例,调度数据到中间表或者历史表

2017-10-19 10:39 by newbirth, 932 阅读, 收藏,
摘要: USE [MeiDongPay_Test] GO /****** Object: StoredProcedure [dbo].[Job_BatchTransferOrderToMidst] Script Date: 2017/10/19 10:37:41 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROC... 阅读全文

c# 进程调用exe

2018-08-10 15:41 by newbirth, 902 阅读, 收藏,
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Diagnostics; 5 using System.Text; 6 using System.Threading; 7 8 namespace AliPayaDyn... 阅读全文

Tesseract-OCR 训练教程(一)

2018-06-22 15:42 by newbirth, 886 阅读, 收藏,
摘要: 实际应用中[font]替换为你自己的字体名,比如newfont、hehe等 1.根据tif生成box文件(位置宽高等信息)tesseract [font].font.exp0.tif [font].font.exp0 batch.nochop makebox2.jTessBoxEditor 调整字体 阅读全文

js获取来源网址

2016-06-03 11:15 by newbirth, 846 阅读, 收藏,
摘要: 举例: 1. a.html文件内容如下: <a href="b.html">浏览b.html </a> 2. b.html文件中的内容如下: <body> <script type="text/javascript"> document.write(document.referrer); </scr 阅读全文

c# 实体处理工具类

2016-09-14 09:46 by newbirth, 807 阅读, 收藏,
摘要: using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Linq; using System.Reflection; using System.Text; using System.T... 阅读全文
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页