首页 > 2015年05月16日 > 全部分享
[笔记]MySQL的LIMIT用法
limit是mysql提供的分页语句1 SELECT * FROM table LIMIT offset, page_size例如SELECT * FROM articals WHERE cid = 1 ORDER BY id LIMIT 50, 10
分类:数据库技术   时间:2015-05-16 13:12:28    收藏:0  评论:0  赞:0  阅读:214
mysql之group by,order by
写在前面上篇文章介绍mysql的增删改查操作,这篇将介绍group和order by操作。系列文章mysql之创建数据库,创建数据表mysql之select,insert,delete,update一个例子group by顾名思义,是按照哪个字段分组,比如按照名字分组,则是所有名字相同的分为一组。在...
分类:数据库技术   时间:2015-05-16 13:12:18    收藏:0  评论:0  赞:0  阅读:262
android Graphics(二):路径及文字
前言:今天项目进入攻关期,他们改Bug要改疯掉了,主管为了激励大家,给大家发了一封邮件,讲到他对项目和学习的理解,一个很好的图形模型,分享给大家,如图在下面给出:(不便给出原文,我仅做转述)无论是学习还是其它回报,它的回报曲线如下 :蓝色是(成长+付出),红色是回报。有多久可以达到这个红心,要看我们...
分类:移动平台   时间:2015-05-16 13:12:08    收藏:0  评论:0  赞:0  阅读:217
分页-Page
public void setPageSize(int pageSize) { if(pageSize>0) this.pageSize = pageSize; } public int getRecordCount() { return recordCount; } public void...
分类:其他   时间:2015-05-16 13:11:28    收藏:0  评论:0  赞:0  阅读:189
User implements HttpSessionBindingListener
public class User implements HttpSessionBindingListener { private int id; private String userName; private String password; private String...
分类:Web开发   时间:2015-05-16 13:11:18    收藏:0  评论:0  赞:0  阅读:254
oracle 11g 32&64位导出 导入到Oracle10g 32位
想导入一个oracle11g的数据库到自己本地电脑上,直接exp导出的话拿到自己电脑上提示错误,于是在网上找方法方法如下 :一、在11g服务器上,使用expdp命令备份数据11g 导出语句:EXPDP USERID='facial/facial@orclas sysdba' schemas=faci...
分类:数据库技术   时间:2015-05-16 13:11:08    收藏:0  评论:0  赞:0  阅读:222
一些常用的库
1.AFNetworking地址:https://github.com/AFNetworking/AFNetworking用于网络请求2.JSONKit地址:https://github.com/johnezang/JSONKit解析JSON3.Reachability地址:https://gith...
分类:其他   时间:2015-05-16 13:10:58    收藏:0  评论:0  赞:0  阅读:104
结对作业
齐鲁工业大学实验报告成绩课程名称《软件工程》指导教师赵培英实验日期院(系)信息学院专业班级计科(高职)13-3实验地点学生姓名杨磊学号201303014107结对人韩朝燕实验项目名称猜数字Git链接:https://github.com/yangleiwangximin/yanglei1、设计任务与...
分类:其他   时间:2015-05-16 13:10:48    收藏:0  评论:0  赞:0  阅读:167
JQuery 判断浏览器及其版本
JQuery 中用 方法jQuery.browser来判断浏览器,返回值可以为:safarioperamsiemozilla。当然有时候我们还需要区分版本 这就要用到jQuery.browser.versionfunction JudgeBroswer() { if($.browse...
分类:Web开发   时间:2015-05-16 13:10:38    收藏:0  评论:0  赞:0  阅读:105
NEWS-包名-baseTest-类名-BaseDao
package baseTest;import java.sql.Connection;import java.sql.DriverManager;//通过配置文件读取BASEDAOimport java.sql.PreparedStatement;import java.sql.ResultSet...
分类:其他   时间:2015-05-16 13:10:28    收藏:0  评论:0  赞:0  阅读:243
//读取配置文件(属性文件)的工具类-ConfigManager
package com.pb.news.util;import java.io.IOException;import java.io.InputStream;import java.sql.ResultSet;import java.util.Properties;//读取配置文件(属性文件)的工具...
分类:其他   时间:2015-05-16 13:10:19    收藏:0  评论:0  赞:0  阅读:821
【Construct Binary Tree from Inorder and Postorder Traversal】cpp
题目:Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.代码:/** * De...
分类:其他   时间:2015-05-16 13:10:09    收藏:0  评论:0  赞:0  阅读:218
NewsDaoImpl
package com.pb.news.dao.impl;import java.sql.CallableStatement;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatem...
分类:其他   时间:2015-05-16 13:09:58    收藏:0  评论:0  赞:0  阅读:376
NEWS-包名-baseTest-类名-ConfigManager
package baseTest;import java.io.IOException;import java.io.InputStream;import java.util.Properties;//读取配置文件public class ConfigManager { private stat.....
分类:其他   时间:2015-05-16 13:09:49    收藏:0  评论:0  赞:0  阅读:216
NewsServiceImpl
package com.pb.news.service.impl;import java.util.List;import com.pb.news.dao.NewsDao;import com.pb.news.entity.News;import com.pb.news.service.NewsSe...
分类:其他   时间:2015-05-16 13:09:18    收藏:0  评论:0  赞:0  阅读:225
Android Studio 安装说明
声明:我把所有安装都放在D:\Work\Android\,请根据实际情况进行修改。本人也是初学者,如有安装问题,可以通过邮箱与我联系:seamanhy@hotmail.com一、安装【jdk-8u40-windows-i586.exe】,并且配置JAVA环境计算机-属性-高级系统设置-高级-环境变量...
分类:移动平台   时间:2015-05-16 13:09:08    收藏:0  评论:0  赞:0  阅读:574
Python读取xml报错解析--ExpatError: not well-formed (invalid token)
xml文件内容如代码所示存入的名字为login.xml: 126 http://www.126.com 请先输入您的邮箱帐号 Python源代码代码本身是没有错误的:#coding =utf-8import xml.dom.min...
分类:编程语言   时间:2015-05-16 13:08:58    收藏:0  评论:0  赞:0  阅读:4430
级联删除的方法
1. exec("rd /s /q y12");命令删除目录$path='y12/aa/bb/cd/ff/aa/ee/dd';//mkdir($path,0777,true); exec("rd /s /q y12");2.运用递归函数实现级联删除用时直接调用既可以$path='y12/aa/bb/...
分类:其他   时间:2015-05-16 13:08:48    收藏:0  评论:0  赞:0  阅读:142
设计模式(十四)单例模式
懒汉,线程不安全public class Singleton { private static Singleton instance; private Singleton (){} public static Singleton getInstance() { ...
分类:其他   时间:2015-05-16 13:08:38    收藏:0  评论:0  赞:0  阅读:94
使用Fiddle监听HTTPS网页
HTTPS相对于HTTP增加了安全性,但是仍然不能有效的防止中间人攻击(Man-in-the-MiddleAttack,简称“MITM攻击”)这就使得Fiddle工具能够有效的监听HTTPS流量一个HTTPS网站的正常访问流程是这样的中间人攻击在于对浏览器加入自己的CA,伪造数字证书,对流量进行转发...
分类:Web开发   时间:2015-05-16 13:08:28    收藏:0  评论:0  赞:0  阅读:945
1377条   上一页 1 ... 42 43 44 45 46 ... 69 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!