码迷,mamicode.com
首页 >  
搜索关键字:index    ( 33545个结果
DHTMLX 前端框架 建立你的一个应用程序 教程(八)-- 添加表单Form
添加表单Form 我们下一步是在页面中添加一个表单,表格中的选中字段将会显示在表单中。提供一个提交按钮 可以对显示的数据进行修改提交。 添加表单到布局单元格中 1.在右侧布局中使用attachForm()添加表单 "index.html" filecontactForm = layout....
分类:Web程序   时间:2014-10-18 13:55:28    阅读次数:214
MYSQL 查看表上索引的 1 方法
前期准备: create table T9(A int ,B text,C text,fulltext index fix_test_for_T8_B(B));#在定义表的时候加索引 create unique index ix_test_for_T8_A on T9(A);#加...
分类:数据库   时间:2014-10-18 12:30:57    阅读次数:230
Python Excel导入数据库
1 import xlrd 2 import MySQLdb 3 def inMySQL(file_name): 4 wb = xlrd.open_workbook(file_name) 5 sh = wb.sheet_by_index(0) 6 data = [sh.ro...
分类:数据库   时间:2014-10-18 11:07:50    阅读次数:280
GO模板的使用
//方法一 t, err := template.New("").Funcs(template.FuncMap{"Test": tools.Test}).ParseFiles("views/index.html") checkError(err) data := map[string]string{"key1": "value1", "key2": "value2"} t.Execut...
分类:其他好文   时间:2014-10-18 09:52:01    阅读次数:151
技术网站汇总
OpenMP教程:https://computing.llnl.gov/tutorials/openMP/IBM蓝色基因编译器信息中心:http://pic.dhe.ibm.com/infocenter/compbg/v121v141/index.jsp持续更新中……
分类:Web程序   时间:2014-10-18 09:49:10    阅读次数:168
WordPress模板页面判断函数
Index page 首页is_home()判断是否为首页.The Front Page 首页头版消息设置is_front_page()判断是否为首页头版消息. (无论是日志或是页面).当系统显示博客主页且管理面板的设置>阅读菜单下 “主页显示为”选项设为最近发表的文章”,或者’设置>阅读菜单下”主...
分类:其他好文   时间:2014-10-18 09:47:48    阅读次数:164
Homebrew简介及安装
Homebrew官网http://brew.sh/index_zh-cn.htmlHomebrew是神马linux系统有个让人蛋疼的通病,软件包依赖,好在当前主流的两大发行版本都自带了解决方案,Red hat有yum,Ubuntu有apt-get神马,你用mac os,不好意Mac os木有类似的东...
分类:其他好文   时间:2014-10-18 09:43:12    阅读次数:208
Git reset head revert 回滚
Overview涉及Git一些日常操作 :)基础知识《Pro Git》至少了解branch,commit的概念,及基本的原理Git常用魔法存档:master代码回滚方法我是QA,我用GitGit 工作区、暂存区和版本库Overview暂存区(stage, index)是 Git 最重要的概念之一工作...
分类:其他好文   时间:2014-10-18 04:15:08    阅读次数:272
Wrapping calls to the Rational Functional Tester API——调用Rational Functional Tester封装的API
转自:http://www.ibm.com/developerworks/lotus/library/rft-api/index.htmlThe Rational GUI automation tool has a wonderful recorder feature that records a ...
分类:移动开发   时间:2014-10-18 01:54:47    阅读次数:438
DHTMLX 前端框架 建立你的一个应用程序教程(四)--添加一个工具条toolbar
工具条例子 样本如下: 这里我们使用的是dhtmlxToolbar组件。添加工具栏到布局中: 1.使用attachToolbar()方法初始化页面 添加代码到index.html中 dhtmlxEvent(window,"load",function(){ var layout =...
分类:Web程序   时间:2014-10-18 00:36:11    阅读次数:1076
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!