码迷,mamicode.com
首页 >  
搜索关键字:initial    ( 4201个结果
在下拉列表中显示多个字段的两种方法
首先,我们需要从数据库中取到我们的数据Class1: 1 string sqlcon = "Data Source=.;Initial Catalog=Test;User ID=sa;Password=******"; 2 3 public List FindAll() 4 ...
分类:其他好文   时间:2014-12-03 01:41:03    阅读次数:274
etcd
etcd 0.5.0-alpha.4版本中/bin/etcd -initial-advertise-peer-urls http://your_ip:7001 -advertise-client-urls http://your_ip:4001 -listen-peer-urls http://0....
分类:其他好文   时间:2014-12-02 20:50:43    阅读次数:217
cpu设计-->verilog理解
Verilog HDL语言中的变量只有网线wire和寄存器reg两大类数据类型。网线类型表示Verilog HDL结构化元件间的物理连线,它的值由驱动它的源器件的值决定,如果没有驱动源器件连接到网线,网线的缺省值为高阻z。寄存器类型表示一个抽象的数据寄存器,它只能在always语句和initial语...
分类:其他好文   时间:2014-11-29 21:27:33    阅读次数:302
C++11 中的initialize_list
这就是一个简单的模板类,不过在C++中有了特殊的语法支持,定义的时候使用如下的格式:initialize_list dl = {1.1, 1.2};或者:initialize_list dl {1.1, 1.2};还有就是有一些容器类也会有构造函数是以initial_list类为参数的。templa...
分类:编程语言   时间:2014-11-29 10:13:23    阅读次数:250
百度地图利用DrivingRoute做轨迹回放
<html> <head> <metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/> <metaname="viewport"content="initial-scale=1.0,user-scalable=no"/> <styletype="text/css"> body,html,#allmap{width:100%;height:100%;overflow:hidden;..
分类:其他好文   时间:2014-11-29 07:09:59    阅读次数:1347
shell while内获取外部变量内容
一、问题问题很简单,看下面一段tmp.sh代码:#!/bin/shx="this is the initial value of x"cat /tmp/tmp | while read line;do x="$line" echo $xdoneecho x = $x/tm...
分类:系统相关   时间:2014-11-28 18:09:27    阅读次数:278
泛型算法一
1.accumulate:Computes the sum of all the elements in a specified range including some initial value by computing successive partial sums or computes t...
分类:编程语言   时间:2014-11-28 09:50:38    阅读次数:197
20131207-ADO.NET-第十六天
[1]快捷键 工具箱:ctrl+w+x 首字母定位控件范围 属性:F4 或ctrl+w+p Tab跳转 ,home 与end也有效 [2]连接字符串 string str = "Data Source=xy-pc;Initial Catalog=myitcast;Integrated Securit...
分类:Web程序   时间:2014-11-26 22:32:13    阅读次数:248
20131209-数据库导入导出数据-sqlhelper-第十七天
[1] 导出数据 namespace _05导出数据 { class Program { static void Main(string[] args) { string str = "Data Source=xy-pc;Initial Catalog=MyItcast;Integrated Sec...
分类:数据库   时间:2014-11-26 22:31:59    阅读次数:279
Jquery瀑布流效果(下篇)
接着上篇瀑布流效果说(上篇地址为http://www.cnblogs.com/jiaojiaome/articles/4123586.html)。第一个文件myself实现了瀑布流的效果,但是存在可以优化的地方。 比如initial方法,第一次刚加载的时候调用initial方法从第一张慢慢布局是没有...
分类:Web程序   时间:2014-11-26 18:22:28    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!