移动开发,貌似现在又要开始研究一下下了。今天翻开以前收起来的一个硬盘,在里面翻出了一个以前写的移动查房的程序项目,本来当时是还指望用来赚点 外快的,无奈最后滑水了(套用现在常用的一个说法就是 然而并没有什么卵用),这个项目也就放着了,都快忘了(都一年多了吧),今天居然翻到了。本项目其实也不复杂,功能...
分类:
移动开发 时间:
2015-06-12 22:15:10
阅读次数:
161
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;namesp...
分类:
其他好文 时间:
2015-06-12 22:15:00
阅读次数:
130
1 2 3 4 5 ajax 6 7 8 70 71 在同级目录下应该有一个名称为 data.txt的文件文件内容可自定义,运行成功后会出现在警告框中博主的文件内容是: Get the information successfully.
分类:
Web程序 时间:
2015-06-12 22:15:49
阅读次数:
116
https://github.com/zhaozhentao/MaterialImageView
分类:
其他好文 时间:
2015-06-12 22:14:00
阅读次数:
85
《返回一个二维整数数组中最大联通子数组的和》设计思想:(1)首先把这个二维数组按行的数目分解为与列数目具有相同数目的一维数组;(2)再分别求出这几个一维数组的最大连续子数组之和,分别记录每一个最大连续数组的首末位置;(3)接着分别比较看这几个一维数组的首末位置是否处于矩阵上相连的位置,找出位置上相....
分类:
移动开发 时间:
2015-06-12 22:14:11
阅读次数:
148
https://github.com/eltld/XhsParallaxWelcomehttps://github.com/eltld/XhsWelcomeAnimhttps://github.com/eltld/XhsEmoticonsKeyboard
分类:
其他好文 时间:
2015-06-12 22:16:18
阅读次数:
123
HTTP的KeepAlive是开启还是关闭?http://itindex.net/detail/50719-http-keepalive1、KeepAlive的概念与优势 HTTP的KeepAlive就是浏览器和服务端之间保持长连接,这个连接是可以复用的。当客户端发送一次请求,收到相应内容后,...
分类:
Web程序 时间:
2015-06-12 22:14:50
阅读次数:
271
并查集+有向欧拉回路 有向欧拉通路的判定。并查集用来判断是不是连通图。#include#include#include#includeusing namespace std;const int maxn=100010;int sumru[maxn],sumchu[maxn],father[30],f...
分类:
其他好文 时间:
2015-06-12 22:15:07
阅读次数:
98
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:
其他好文 时间:
2015-06-12 22:15:03
阅读次数:
114
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
分类:
其他好文 时间:
2015-06-12 22:13:46
阅读次数:
123
title标题 {if isset($SEO['title']) && !empty($SEO['title'])}{$SEO['title']}{/if}{$SEO['site_title']}调用头部和尾部 {template "content","header"} {template "con...
分类:
Web程序 时间:
2015-06-12 22:12:46
阅读次数:
149
参考: http://www.cnblogs.com/FredCong/archive/2012/10/13/2722893.html使用RGB#include #include void myDisplay1(void){ glClear(GL_COLOR_BUFFER_BIT); g...
分类:
其他好文 时间:
2015-06-12 22:12:35
阅读次数:
141
主要原因是jetty缓存的静态页面不能被修改。只需要在web.xml文件中配置如下: default useFileMappedBuffer false 就是把useFileMappedBuffer的true改成false即可。
分类:
其他好文 时间:
2015-06-12 22:12:14
阅读次数:
127
https://github.com/tianshiaimili/QuickNewsLibshttps://github.com/tianshiaimili/QuickNews
分类:
其他好文 时间:
2015-06-12 22:15:00
阅读次数:
105
北京电子科技学院(BESTI) 实 验 报 告课程:Java 班级:1351班 姓名:臧文君 学号:20135115成绩: 指导教师:娄嘉鹏 实验日期:2015.6.9实验密级:无 预习程度: 实验时间:15:30-18:00仪器组次: 必修/选修:选修 实验序号:四实验名称: 服务器与客户端...
分类:
其他好文 时间:
2015-06-12 22:13:10
阅读次数:
223
自从utorrent附带广告栏后整个页面很难看,特别是右面下载详细列表变得支离破碎,今天实在是忍不了,网络搜索关键字“remove utorrent ads”,有效解决了问题。具体如下:打开设置,选择高级一栏,在过滤框里输入offer找到2条:offers.left_rail_offer_enabl...
分类:
其他好文 时间:
2015-06-12 22:14:32
阅读次数:
149
MSMQ实现自定义序列化存储http://www.cnblogs.com/smark/archive/2013/05/31/3110208.html在使用MSMQ的时候一般只会使用默认的XML序列化来对消息进行存储,但XML存储的缺点是序列化体积相对比较大和效率上有点低.其实.net提供非常简单的方...
分类:
其他好文 时间:
2015-06-12 22:12:38
阅读次数:
172