码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
Winform连接数据库
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:数据库   时间:2015-03-18 12:02:16    阅读次数:164
【C#】19. Set、Dictionary创建AssocArray
创建AssocArray的目的是关联数据和主键:例如"A1" ~ 1; "B1" ~ 2.08 ... 其中,Set是自定义的数据结构,内部含有dictionary数据,可以进行诸如合并,交集等的操作。 using System; using System.Collections.Generic; using System.Collections; using System.Linq;...
分类:Windows程序   时间:2015-03-18 09:03:42    阅读次数:251
STM32平台下夏普GP2Y1010AU0F灰尘传感器使用及源码
GP2Y1010AU0F传感器接线方式如下: 使用PA0接收模拟信号,PB1发送脉冲信号。 代码如下: GP2Y.c #include?"GP2Y.h" #include?"system.h" u16?AD_PM; void?GP2Yinit(void) {? //定义变量 ????ADC_InitT...
分类:其他好文   时间:2015-03-18 07:52:20    阅读次数:919
Java 在"GoTo"方法层面的实现
packagecom.zzq;publicclassTestGoTo{/***不建议在工作使用不便于理解*但是能正常运行的*/publicstaticvoidmain(String[]args){f:f("s");}publicstaticintgetObjNumber(){returnobjNumber;}publicstaticvoidf(){System.out.println("11");}publicstaticvoidf(Strings){System.o..
分类:编程语言   时间:2015-03-18 06:37:59    阅读次数:141
extundelete 恢复误删文件
本案环境:[root@bright~]#uname-r&&cat/etc/system-release 2.6.32-504.el6.x86_64 CentOSrelease6.6(Final)一、安装软件1.安装依赖包#yuminstalle2fsprogs*-y2.下载并安装extundelete#wgethttp://nchc.dl.sourceforge.net/p...elete-0.2.4.tar.bz2#tar-jxvfextundele..
分类:其他好文   时间:2015-03-18 06:32:47    阅读次数:151
Scripting Java #3:Groovy与invokedynamic
今天来简单看下Groovy语言的实现机制。在那之前得先来扯下[静态类型](http://en.wikipedia.org/wiki/Type_system#STATIC)与[动态类型](http://en.wikipedia.org/wiki/Type_system#DYNAMIC)语言在实现上面的一些差异。...
分类:编程语言   时间:2015-03-18 01:12:58    阅读次数:123
Java程序测试之线程的使用
package thread_test;class A implements Runnable{ public void run() { while(true) { System.out.println("AA"); ...
分类:编程语言   时间:2015-03-17 23:23:37    阅读次数:149
Codeforces Round #291 (Div. 2)——B<set>—— Han Solo and Lazer Gun
There arenImperial stormtroopers on the field. The battle field is a plane with Cartesian coordinate system. Each stormtrooper is associated with his ...
分类:其他好文   时间:2015-03-17 23:08:52    阅读次数:157
Linq学习总结2--Linq to XML
概述:linq to xml(下面简称ltx好了),是微软根据linq技术对于XML的CURD.使用起来比System.XML中的XML操作方式更加简便.这段时间使用它在公司里升级了老板的邮件系统,颇有心得,现在总结一下.主要对象:1.XDocument:XML文档对象,载入方式是根据其静态方法载入...
分类:其他好文   时间:2015-03-17 21:49:57    阅读次数:154
oracle从零开始学习笔记
查询现有数据库:select name from V$database;解锁用户scott:alter user scott account unlock;普通用户连接:conn scott默认密码:tiger普通管理员:system/system超级管理员:Sys/sys断开连接:disconne...
分类:数据库   时间:2015-03-17 20:02:42    阅读次数:318
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!