`
shumo
  • 浏览: 9397 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
在centos系统上用php处理中文文件名 环境介绍: apache: utf8, mysql: utf8, php页面 utf8; centos lang: en_utf8 任务的简单描述,通过类似 http://www.shumo.com/file.php?id=2 的uri来获取编号为id的文件流,file.php通过访问数据库表来获取中文文件名 ...

1002, TLE

    博客分类:
  • acm
#include <stdio.h> #include <stdlib.h> #include <string.h> //#define __DEBUG #define PHONESIZE 40 typedef struct _phone_stat { char phone[PHONESIZE]; int count; } phone_stat; char CHAR_MAP[0x100]; int count; int nitems = 0; void charmap_init(void) { int i; fo ...

1001

    博客分类:
  • acm
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <math.h> #ifdef WIN32 typedef __int64 int64; #else typedef long long int64; #endif typedef struct _bignum { int64 data[0x20]; /* 默认分0x20段,每段5位 */ int segsize; /* 实际段数 */ int np; /* 小数位数 */ ...
看了云风 的博客,里面有很大篇幅是关于Lua 的,所以想感受一下Lua。     先前也用过很多脚本语言,用php写过网页,python写过简单小程序, 后来由于rails接触了ruby, 似乎ruby更优雅,工作需要也写perl。由于这些脚本语言平时 ...
search text in files: grep -nr 'text'  dir show the desktop:  ctrl+alt+d set shortcut, system->preferences->keyboard shotcuts change  the file permission: chmod [a+x] file   vim, press i to enter ('insert' | 'edit') mode, press 'esc' to command mode.   [A].about high resolution, the whole desk ...

intro

    博客分类:
  • mtk
关注的主题列表: MTK平台的开发 OS的设计与实现 JavaME和Google Android 需要熟悉的技术或者方法: perl脚本 GNU make中Makefile的具体规则以便改进MTK项目的编译过程 nasm中的标签,和8086系统指令 参考书列表: MTK平台MMI部分文档 微型计算机原理与接口技术 操作系统概念 GUN make中文手册 自己动手写操作系统  
Global site tag (gtag.js) - Google Analytics