-- phpMyAdmin SQL Dump-- version 3.5.2--
http://www.phpmyadmin.net---- Host: localhost-- Generation Time: Oct 12, 2012 at
07:27 PM-- Server version: 5...
分类:
数据库 时间:
2014-05-05 12:47:05
阅读次数:
2394
一.cookie(储存在用户本地终端上的数据)//mycookie为设置的cookie名,$user是需缓存的值 1.setcookie(“mycookie”,$user);
//1800是保存的时间 2.设置保存半小时:setcookie(“mycookie”,$user,time()+1800)...
分类:
其他好文 时间:
2014-05-05 12:43:18
阅读次数:
282
roottools: RootTools gives Rooted developers easy
access to common rooted tools...
https://code.google.com/p/roottools/wiki/RootTools mmsbg: mms bg f....
分类:
移动开发 时间:
2014-05-04 20:56:48
阅读次数:
678
用C提供的取随机数的方法srand和rand, 前者是给后者设置随机数种子seed。int
rnd_num = 0;srand(seed); // time(NULL) 通常使用时间做种子rnd_num = rand(); //
产生随机数产生种子的方法:1. 使用日期时间 时间作为...
分类:
其他好文 时间:
2014-05-04 20:16:40
阅读次数:
564
DP?Time Limit: 10000/3000 MS
(Java/Others)Memory Limit: 128000/128000 K (Java/Others)Total Submission(s):
1804Accepted Submission(s): 595Problem Descr...
分类:
其他好文 时间:
2014-05-04 11:20:23
阅读次数:
291
找到\xampp\apache\conf\httpd.conf配置文件Access
forbidden!You don’t have permission to access the requested directory. There is
either no index document or ...
分类:
其他好文 时间:
2014-05-04 11:12:23
阅读次数:
336
public class Demo { private long time;//间隔的时间
private Runnable task;//指定的任务 private boolean flag = true; private Thread th =
null;//默认为nul...
分类:
其他好文 时间:
2014-05-04 10:38:17
阅读次数:
348
转载请注明出处:http://blog.csdn.net/u012860063
百度之星编程大赛——您报名了吗?
杭电ACM 2014暑期集训队——选拔安排~
Choose the best route
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/327...
分类:
其他好文 时间:
2014-05-04 09:43:23
阅读次数:
360
使用工具:
FineReport报表设计器,Access数据库
需求描述:
有两张表,订单表和订单明细表
1、订单表结构:
2、订单明细表结构:
目的:根据这两张表做出下面的一张表
分析:
1、因为在订单明细里订单ID可能出现多次,所以一定要先把订单ID去重,否则两张表join的时候,订单ID就会有重复的,这时用count函数求订单数量时就会出错了
所以先...
分类:
数据库 时间:
2014-05-04 09:26:59
阅读次数:
999
裸的Splay 翻转+剪切粘贴
Play with Chain
Time Limit: 6000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 3397 Accepted Submission(s): 1408
Problem Des...
分类:
其他好文 时间:
2014-05-04 09:11:28
阅读次数:
280