Telerik 支持更改以下控件样式 System.Windows.Button
System.Windows.ScrollViewer System.Windows.CheckBox System.Windows.TextBox
System.Windows.RadioButton Sy...
分类:
Web程序 时间:
2014-05-07 20:10:14
阅读次数:
428
1:打开"记事本",输入这段代码 (注意大小写)class HelloWorld { public
static void main(String args[]) { System.out.println("Hello World"); } } 2:以
He...
分类:
编程语言 时间:
2014-05-07 19:43:54
阅读次数:
367
本文来自:http://msdn.microsoft.com/zh-cn/library/system.data.sqlclient.sqlcommand.executescalar(v=vs.100).aspx执行查询,并返回查询所返回的结果集中第一行的第一列。忽略其他列或行。命名空间:Syste...
分类:
数据库 时间:
2014-05-07 19:18:11
阅读次数:
665
在练习项目的时候报错 error opening trace file: No such
file or directory
(2)字面意思是找不到文件,实际上也就是找不到文件,查了其他人的解决方法后还是没解决.突然想到新版本的创建布局文件的时候都有两个一个是文件名命名的xml布局文件另一个是,如....
分类:
其他好文 时间:
2014-05-07 19:17:34
阅读次数:
429
using System;using System.Collections;using
System.Collections.Generic;using System.IO;using System.Linq;using
System.Text;using System.Threading.Task...
分类:
其他好文 时间:
2014-05-07 19:10:55
阅读次数:
387
view: $(document).ready(function() { var
ss="asdff"; $(".check").click(function(){ alert("OK"); $.ajax({ ...
分类:
Web程序 时间:
2014-05-07 19:09:38
阅读次数:
349
php ZIP压缩类实例分享Zip($zipfiles, $zipfile); //添加文件列表
PHP的ZIP压缩类: GetFileList($dir);} if
((!empty($dir))&&(!is_array($dir))&&(file_exists($dir)))
chdir($d....
分类:
Web程序 时间:
2014-05-07 18:43:40
阅读次数:
556
格式如下:#vim file*.txt 或者 #vim file file2
file3查看当前编程的是那个文件,在冒号命令行下:args 命令,类似:file [file2],以中括号里面为当前编辑的文件 ;:next
转到下一个文件可以简写:n ;:prev 转到上一个文件,简写无效;:last...
分类:
其他好文 时间:
2014-05-07 18:39:54
阅读次数:
233
NMEA协议信息类型为:GPGSV:可见卫星信息GPGLL:地理定位信息GPRMC:推荐最小定位信息GPVTG:地面速度信息GPGGA:GPS定位信息
GPGSA:当前卫星信息1、 Global Positioning System Fix Data(GGA)GPS定位信息$GPGGA,,,,,,....
分类:
其他好文 时间:
2014-05-07 18:31:23
阅读次数:
351
xml(可扩展的标记语言)w3c组织用XML的来描述有如下特征:1:自描述性2:现在可以跨操作系统平台,跨编程语言。3:保留了面向对象编程的层次性语法:序言+文档元素
序言(1:xml声明必须写的,2:处理指令 3:文档类型定义 4:注释) 文档元素(属性,元素,...
分类:
其他好文 时间:
2014-05-07 17:49:24
阅读次数:
285