摘要:
今天和guanMac童鞋研究的subdomain配置终于有点头绪~~ 之所以会遇到种种难题,个人总结了一下,第一本人太菜,第二英语不好 贴一下guanMac童鞋配置小结的链接:http://my.eoe.cn/guanmac/archive/6105.html 在rails4.0中实现二级域名是没有 阅读全文
摘要:
hdoj 1321 反转句子字母顺序 ac 2011/10/05 1 #include <iostream> 2 #include <string> 3 #include <algorithm> 4 using namespace std; 5 6 int main() 7 { 8 int n; 9 阅读全文