发布时间:2014-09-16 16:18:59
嗯, 目前只是改了一下OSChina的几个主要DIV宽度而以,还是很粗糙, 以后会慢慢改进的. ------------------------------------------------------------------------------------------------------------ 确实, 把一个连半成品都算不上的东西放出来, 是一种很傻逼的行为. 而昨晚,我刚好这么做了. 哪怕我.........【阅读全文】
发布时间:2014-09-15 16:06:36
1. [代码]点菜app package com.bn.main; import java.util.ArrayList; import java.util.List; import com.bn.constant.Constant;import com.bn.login.LoginActivity;import com.bn.logout.LogoutActivity;import com.bn.resetlogin.ResetLoginActivity;import com.bn.selec.........【阅读全文】
发布时间:2014-09-13 15:58:15
图片服务器 带宽越来越不够用,还有当一台服务器的机房出问题的时候,不影响 整个web,以及 考虑网通电信访问服务器的 速度,所以考虑使用多台 图片 服务器 这个时候要求 图片服务器 内容是同步 的 所以写了此程序,写的比较烂,还请批评指正, 也好让我有所提高 我在测试的时候通过,修改 .........【阅读全文】
发布时间:2014-09-13 15:56:06
1. [代码]统计目录中文件MD5值 using System.IO;using System.Security.Cryptography;using System.Collections;using System.Windows.Forms; IDataObject iData = Clipboard.GetDataObject(); if (iData.GetDataPresent(DataFormats.Text)) {string filepath=(s.........【阅读全文】
发布时间:2014-09-13 15:54:19
刚看的c++11多线程,写个聊天室试试编译的时候加上 c++11 和 多线程库g++ -Wall -std=c++0x -pthread -o server server.cppserver 和client 都是 q 退出1. [代码]server.cpp #include <iostream>#include <thread>#include .........【阅读全文】