码迷,mamicode.com
首页 >  
搜索关键字:st    ( 5888个结果
poi excel文件上传并解析xls文件
1.jsp页面 导入硬件序列号/密码Excel文件: 2.controller控制器@RequestMapping("pe_xls_upload") public St...
分类:其他好文   时间:2014-09-04 22:13:30    阅读次数:211
Mysql数据库里面的String类型按照数字来排序以及按时间排序的sql语句
今天做项目的时候,遇到个小小的问题,在数据库中查询的时候,要用String类型的ID进行一下排序!(注:ID字段为 varchar 类型) 解决办法: 如: Sql代码   SELECT * FROM  Student WHERE 1 = 1 ORDER BY -ID DESC   或者: Sql代码   SELECT * FROM  St...
分类:数据库   时间:2014-09-03 16:48:46    阅读次数:403
Web 开发人员需知的 Web 缓存知识
最近的译文距今已有4年之久,原文有一定的更新。今天踩着前辈们的肩膀,再次把这篇文章翻译整理下。一来让自己对web缓存的理解更深刻些,二来让大家注意力稍稍转移下,不要整天HTML5, 面试题啊叨啊叨的~~什么是Web缓存,为什么要使用它?http://blog.csdn.net/yangxing_st...
分类:Web程序   时间:2014-09-03 16:47:46    阅读次数:432
SQL 建立临时表进行查询
SELECT min (maxrank) as minofmaxrankFROM (SELECT max(rank) as maxrank FROM tbl_core_staff WHERE st_ymdnow() AND ...
分类:数据库   时间:2014-09-03 12:54:16    阅读次数:233
LiveBinding应用
XE在FireMonkey平台引入了LiveBinding技术,展示数据很是方便FireMonkey下在Android、Windows可以使用,VCL也可以使用Binding技术。使用StringGrid显示dataset数据集。TFDQuery,写上sql查询数据active=true。放一个St...
分类:其他好文   时间:2014-09-03 11:13:06    阅读次数:375
HttpHelper
public class HttpHelper { private static CookieContainer _cc = new CookieContainer(); private static WebProxy _proxy; private st...
分类:其他好文   时间:2014-09-03 11:05:26    阅读次数:254
intellij idea android错误: Missing styles. Is the correct theme chosen for this layout?
Missing styles. Is the correct theme chosen for this layout?Use the Theme combo box above the layout to choose a different layout, or fix the theme st...
分类:移动开发   时间:2014-09-03 01:30:35    阅读次数:296
第三方
#include #include #include #include using namespace std;typedef struct node{ int x,y,ans,num,pre; friend bool operatorb.ans; }} st;st qq[1000...
分类:其他好文   时间:2014-09-02 21:20:55    阅读次数:283
UVA 11374 - Airport Express(dijstra)
UVA 11374 - Airport Express 题目链接 题意:给定一些经济线,和一些商务线,商务线最多坐一次,每个线有一个时间,问最短时间 思路:从起点,终点各做一次dijstra,然后枚举商务线,就可以算出总时间,最后求出总时间最少 代码: #include #include #include #include using namespace st...
分类:Web程序   时间:2014-09-02 15:58:35    阅读次数:253
LeetCode 18 Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telephone buttons) is given below. Input:Digit st...
分类:其他好文   时间:2014-09-01 21:15:03    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!