码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
.Net常用技巧_传入DataGrid直接导出成Excel
注:非调用OFFICE的DLL方法。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;u...
分类:Web程序   时间:2014-07-16 23:19:22    阅读次数:352
.Net常用技巧_生成物料编号(根据分类代码生成)
这个是自己用的,不一定符合您的需求。using System;using System.Collections.Generic;using System.Text;using EXDataControl;using System.Data;using System.Data.SqlClient;us...
分类:Web程序   时间:2014-07-16 23:19:13    阅读次数:304
基础知识 - 在 Ubuntu 14.04 中配置 Sublime Text 3 的 Golang 开发环境
在 Ubuntu 14.04 中配置 Sublime Text 3 的 Golang 开发环境
分类:其他好文   时间:2014-06-28 10:11:08    阅读次数:248
查询ORACLE数据库操作记录
代码:SELECTa.First_Load_Time, a.Sql_Text, s.Sid, s.Serial#, s.Program--, , a.* --Utl_Inaddr.Get_Host_Address(s.Terminal)Ip FROMV$sqlareaa,V$sessions WHEREs.Sql_Address(+)=a.Address ANDUpper(a.Sql_Text)LIKE‘%DELETEFROM%MTL_TRANSACTIONS_INTERFACE%‘;有人删除..
分类:数据库   时间:2014-06-28 00:41:47    阅读次数:423
html超链接添加下划线
在需要的连接添加行内样式: <ahref="ddrb/090630.asp"target="_blank"style="text-decoration:underline;">30</a>CSStext-decoration属性可能的值值描述none默认。定义标准的文本。underline定义文本下的一条线。overline定义文本上的一条线。line-through定义穿..
分类:Web程序   时间:2014-06-28 00:33:36    阅读次数:247
Android给TextView和EditText等控件设置透明背景、圆角边框
第一种方法:在drawable文件夹下新建一个文件设置背景样式代码:在drawable文件夹下面新建text_view_border.xml```java ```在布局文件调用```java```在类文件中调用:```javatv.setBackgroundResource...
分类:移动开发   时间:2014-06-27 22:38:52    阅读次数:487
freemarker写select组件报错总结(六)
1、错误描述 六月 26, 2014 10:53:26 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error 严重: Template processing error: "Expression data[text] is undefined on line 9, column 51 in inc/select.ftl." Express...
分类:其他好文   时间:2014-06-27 09:58:53    阅读次数:237
freemarker写select组件(三)
freemarker写select组件 1、宏定义 ---请选择--- ${data[text]} ${data[text]}...
分类:其他好文   时间:2014-06-27 08:57:35    阅读次数:154
jQuery可以计算的表单,包括单选改变价格,select改变价格,动态添加删除行计算
jQuery可以计算的表单,包括单选改变价格,select改变价格,动态添加删除行计算 各种表单情况的计算演示 JavaScript Code"text/javascript">  var currentRow = 3;  $(document).ready(function(){      $('#calx').calx();            $('#add_item').click(fu...
分类:Web程序   时间:2014-06-27 07:59:18    阅读次数:322
手机网页宽度 , 图片宽度 自适应
网页宽度页面box不要写宽度或width:100%之类的去掉头部加上下面代码:<metaname="viewport"content="width=device-width,initial-scale=1.0,minimum-scale=0.5,maximum-scale=2.0,user-scalable=yes"/>图片宽度<scripttype="text/javascript">functioninit(){varji..
分类:移动开发   时间:2014-06-27 07:05:34    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!