DELIMITER $$ DROP FUNCTION IF EXISTS `Fun_GetPY`$$ CREATE FUNCTION `HIS`.`Fun_GetPY` (in_string VARCHAR(21845)) RETURNS VARCHAR(21845) CHARSET utf8 BE ...
分类:
数据库 时间:
2016-08-28 16:25:57
阅读次数:
201
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Sockets;using System.Net;using System.Threading;usi ...
分类:
其他好文 时间:
2016-08-28 16:27:55
阅读次数:
153
using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 命令模式 * * 可以对操作相关命令处理进行过滤和取消回退的操作 * (让命令和操作分开来) */ namespace App_ ...
分类:
其他好文 时间:
2016-08-28 16:25:58
阅读次数:
109
今天阅读了《大型网站技术架构》 的第三章,这一章主要讲解了大型网站核心架构要素,并且概括的讲解了相应的实现方法。 软件架构除了系统功能需求外,还需要关注性能、可用性、伸缩性、扩展性、安全性。 其中性能是网站的重要指标。优化网站性能的手段有很多种其中包括: 1.使用CD和反响代理加快反应速度。 2.在 ...
分类:
Web程序 时间:
2016-08-28 16:26:38
阅读次数:
148
using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 原型模式 */ namespace App_MYCS.HDL_SJMS.YXMS{ class my_YXMS { public ...
分类:
其他好文 时间:
2016-08-28 16:25:12
阅读次数:
189
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO; /* */ namespace App_MYCS.HDL_SJMS.JZZMS{ class my_J ...
分类:
其他好文 时间:
2016-08-28 16:26:30
阅读次数:
112
之前写css圆形时总是直接设置border-radius为50%。后来看某css动画网站时发现作者都是用的100%。遂去了解了一下2者的差别。 border-radius的值是百分比的话,就相当于盒子的宽度和高度的百分比。我们知道在一个正方形内做一个面积最大的圆形,这个圆的半径就为正方形边长的一半。 ...
分类:
其他好文 时间:
2016-08-28 16:25:21
阅读次数:
121
[1635] Explosion 时间限制: 10000 ms 内存限制: 65535 K 问题描述 there is a country which contains n cities connected by n - 1 roads(just like a tree). If you place ...
分类:
其他好文 时间:
2016-08-28 16:24:44
阅读次数:
219
using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 工厂模式 */ namespace App_MYCS.HDL_SJMS.GCMS{ class my_GCMS_DY { pub ...
分类:
其他好文 时间:
2016-08-28 16:23:23
阅读次数:
150
using System;using System.Collections.Generic;using System.Linq;using System.Text; /* 简单工厂 */namespace App_MYCS.HDL_SJMS.JDGC{ //调用 public class my_JD ...
分类:
其他好文 时间:
2016-08-28 16:23:35
阅读次数:
131
#include<stdio.h>int a[100],b[100]={0},m,n;bool p(int k)//定义一个bool类型函数 ,用来判断 { if(b[k]==1) { return false; } return true;}void s(int k)//定义一个函数,用来回溯; ...
分类:
其他好文 时间:
2016-08-28 16:25:06
阅读次数:
137
1.Hibernate定位 HIbernate是一款实现了ORM思想的框架 JDO TOpLink 2.HIbernate初次解释 Hibernate:冬眠,蛰伏 和持久化有关系 将内存中data持久化到咱们的硬盘的db中。 HIbernate的作为: 3.一个简单案例: 1.构建了一个Studen ...
分类:
其他好文 时间:
2016-08-28 16:24:57
阅读次数:
263
using System;using System.Collections.Generic;using System.Linq;using System.Text;/* 装饰模式 * * 定义接口或类(类或抽象类) * 分类实现 * 如多种对象类 A 或 B * 使用继承实现B类多样代处理和自己的处 ...
分类:
其他好文 时间:
2016-08-28 16:25:15
阅读次数:
165
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Submit Status Practice POJ 3087 Submit Status Practice POJ 3087 Description A commo ...
分类:
其他好文 时间:
2016-08-28 16:23:44
阅读次数:
168
Reveal 使用说明 最近真的是太忙太忙了,所以好久都没有写帖子了,以前本想每天都写一些帖子,分享自己调试学习过程中遇到的问题,让lattice爱好者门快速入门。不发牢骚了,以后只要有时间都写一些帖子分享给大家吧。 第一步:插入reveal inserter,点击图标,之后出来一个对话框,如下 你 ...
分类:
其他好文 时间:
2016-08-28 16:24:58
阅读次数:
3508