- 博客(9)
- 资源 (3)
- 问答 (1)
- 收藏
- 关注
转载 git初次使用
git安装完成后,还需要最后一步设置,在命令行输入:$ git config --global user.name "Your Name"$ git config --global user.email "email@example.com"什么是版本库呢?版本库又名仓库,英文名repository,你可以简单理解成一个目录,这个目录里面的所有文件都可以被Git管理起来,每个文件的修改、
2018-01-04 17:22:29
510
原创 利用海康威视sdk 预览摄像机
using PreviewDemo;using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Runtime.InteropServices;
2017-02-22 15:38:16
4012
原创 其他信息: 无法加载 DLL“..\bin\HCNetSDK.dll”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。
2017-02-22 14:43:58
2860
3
原创 利用arduino采集温湿度,客户端程序显示实时曲线图
// Example testing sketch for various DHT humidity/temperature sensors// Written by ladyada, public domain#include "DHT.h"#define DHTPIN 2 // what digital pin we're connected to// Uncomment
2017-02-17 14:42:15
7109
3
原创 arduino交替采集两个脉冲信号
int n=0;String str="";String s="";String dd="1";String cc="";String ee="2"; String str1="1212"; String str2="121212"; String str3="121122"; String str4="12121122"; String str5
2017-02-14 16:48:42
2793
转载 arduino采集温湿度
int temp;//温度int humi;//湿度int tol;//校对码int j;unsigned int loopCnt;int chr[40] = {0};//创建数字数组,用来存放40个bitunsigned long time;#define pin 2void setup(){ Serial.begin(9600);}void l
2017-02-14 16:43:22
2927
原创 sqlserver插入当前电脑时间
string constr = "Data source=(local);Initial Catalog=ww;Integrated Security=true"; using (SqlConnection con = new SqlConnection(constr)) { //con.Open(); string sql = st
2017-01-25 19:15:55
2604
原创 学习cs之计算器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.W
2016-11-16 08:00:13
1484
请问抽象类的问题?**这里是不是等同与up.read()?**
2016-11-19
TA创建的收藏夹 TA关注的收藏夹
TA关注的人