想必第一次接触到智能电网这个概念的人,尤其是互联网从业者,都会顾名思义的将之理解为"智能的电网"。然而...... ...
分类:
其他好文 时间:
2016-06-09 09:43:58
阅读次数:
248
Smart Indenter 64位VBE插件。美化VBA编辑代码工具。 ...
分类:
编程语言 时间:
2016-06-07 14:29:36
阅读次数:
1609
一、生成configure过程中各文件之间的关系图 二、详细介绍 autoscan: 扫描源代码以搜寻普通的可移植性问题,比如检查编译器,库,头文件等,生成文件configure.scan,它是configure.ac的一个雏形。 aclocal:根据已经安装的宏,用户定义宏和acinclude.m ...
分类:
系统相关 时间:
2016-06-05 14:01:31
阅读次数:
734
先来一段代码: import java.util.Scanner; public class P1 { public static void main(String[] args) { Scanner scan = new Scanner (System.in); int a; while(true ...
分类:
其他好文 时间:
2016-06-04 17:38:32
阅读次数:
133
root@hbg:/# iw phy phy0 infoWiphy phy0 max # scan SSIDs: 4 max scan IEs length: 2257 bytes Retry short limit: 7 Retry long limit: 4 Coverage class: 5 ...
分类:
其他好文 时间:
2016-06-04 15:00:02
阅读次数:
158
今天我们来对前面讲过的知识综合运用一下,包括xml的PULL解析,listView的万能适配器等知识。。。。那先来看一个组件—->智能图片加载器(smart-image-view),它可以很方便的加载一张网络图片。SmartImageView的设计初衷是来取代Android自带的ImgageView组件,另外它还提供了一些附加功能,如:支持通过URL来加载图片;支持从电话簿中加载图片;异步加载图片;...
分类:
移动开发 时间:
2016-06-03 19:24:43
阅读次数:
375
import java.util.Scanner; public class text { public static void main(String[] args) { Scanner scan = new Scanner(System.in); System.out.println("请输入一 ...
分类:
编程语言 时间:
2016-06-03 01:15:51
阅读次数:
268
一、注解理论 使用注解来构造IoC容器 用注解来向Spring容器注册Bean。需要在applicationContext.xml中注册<context:component-scan base-package=”pagkage1[,pagkage2,…,pagkageN]”/>。 如:在base-p ...
分类:
数据库 时间:
2016-05-30 22:56:33
阅读次数:
326
//package IfAndSwitchs;import java.util.Scanner; public class Mianji { public static void main(String[] args){ //(1)这句话表达创建一个输入的对象 Scanner s =new Scan ...
分类:
其他好文 时间:
2016-05-29 18:05:54
阅读次数:
146