会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wenluderen
one for all and all for one!!!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
15
下一页
2021年8月16日
度硬件 写硬件 目前实测写入10万行Block ,耗时<1S
该文被密码保护。
阅读全文
posted @ 2021-08-16 21:42 wenluderen
阅读(0)
评论(0)
推荐(0)
编辑
高速OLEDB插入
该文被密码保护。
阅读全文
posted @ 2021-08-16 20:10 wenluderen
阅读(0)
评论(0)
推荐(0)
编辑
高速读取 内寸管理
该文被密码保护。
阅读全文
posted @ 2021-08-16 20:08 wenluderen
阅读(0)
评论(0)
推荐(0)
编辑
2021年7月8日
C# LinkedList
摘要: 1)链表是一种数据结构。存在于多种计算机编程语言里面 2)C#里面的有专门的官方的链表 LinkedList 命名空间是:using System.Collections.Generic; 3)我不是很清楚,为什么很多教程会去讲解写一个,或者说定义一个链表。既然是C# 里面 已经有了,我们暂且使用微
阅读全文
posted @ 2021-07-08 09:08 wenluderen
阅读(1012)
评论(0)
推荐(0)
编辑
2021年6月16日
在VS2019里面 C# 和SqlSerer的勾兑
摘要: 1)WIN10 64 专业版系统,Sqlserver2008 ,全部安装好 2)通过SQL Server Management Studio 新建一个数据库 ,然后在库里面新建一个表 3)在VS2019里面,添加Sql Server 4)打开属性 就可以找到链接字符串 以上完成准备工作,下面就可以进
阅读全文
posted @ 2021-06-16 10:02 wenluderen
阅读(184)
评论(1)
推荐(0)
编辑
2021年1月5日
每秒3600乘以100等于36万次售票解决方案
摘要: 春运期间衡阳火车站已发送旅客29.5万人次 单日最高4.5万 毛估算=全国日售1000万张火车. 假设我的系统全天开售,每天可以售出864万张票 ××× 核心数据库 接受正面请求(购) 背面请求(查) ××× 核心数据分分为3000份,以后自由扩展, 每个站核 到下一站的数据都是+ 1 +1 +1
阅读全文
posted @ 2021-01-05 14:30 wenluderen
阅读(119)
评论(12)
推荐(0)
编辑
2019年9月16日
namespace Measure
摘要: namespace Measure { public delegate void DelegateTrigger(); public class HMeasureSYS : System.IDisposable { public static string sConfigPath = @"MeasureSys.cfg"; /// <summary> /// U000单元 全局变量 /// </su
阅读全文
posted @ 2019-09-16 18:21 wenluderen
阅读(245)
评论(0)
推荐(0)
编辑
2019年9月15日
public interface ICloneable
摘要: using System.Runtime.InteropServices; namespace System{ // // 摘要: // 支持克隆,即用与现有实例相同的值创建类的新实例。 [ComVisible(true)] public interface ICloneable { // // 摘
阅读全文
posted @ 2019-09-15 10:03 wenluderen
阅读(166)
评论(0)
推荐(0)
编辑
2018年11月20日
VB.net 与线程
摘要: Imports System.Threading Imports System Public Class Form1 Dim th1, th2 As Thread Public Sub Method1() Dim i As Integer For i = 1 To 100 If Me.Label1.BackColor ...
阅读全文
posted @ 2018-11-20 19:24 wenluderen
阅读(782)
评论(0)
推荐(0)
编辑
2018年4月19日
C#调用VP 包含素材
摘要: VS2012 +VP9.0 ***************** 自己运行的时只要修改VP里面素材的路径即可 链接: https://pan.baidu.com/s/1J6Bc5FcBYLZLgqe303iQjw 密码: phwa 运行效果
阅读全文
posted @ 2018-04-19 15:10 wenluderen
阅读(306)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
···
15
下一页
公告