在较高版本的 Mac OS X 中,用户的资源库文件夹(/Users/username/Library)默认被系统隐藏了,从 Finder 窗口中不能直接打开。下面介绍一个非常简单的方法来快速打开用户资源库文件夹。首先切换到 Finder 程序,打开“前往”菜单。此时按住 Option 键,菜单中会...
分类:
系统相关 时间:
2015-08-17 21:44:50
阅读次数:
177
题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4846题目大意:街道上等距分布着n个商店,编号为1~n,相邻商店之间距离为单位1,...
分类:
其他好文 时间:
2015-08-17 21:24:47
阅读次数:
109
题目链接:
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3146题意:
给定一堆的操作,问这个数据结构是什么代码:#include
#include
#include
#include...
分类:
其他好文 时间:
2015-08-17 19:36:54
阅读次数:
113
Cmd+1/2/3 可以切换模拟器的显示比例。
Option+Shift 可以在模拟器中调出双指拖动效果。
Option 可以在模拟器中调出双指放大缩小效果。
Command+Shift+H 模拟器的Home键。
Cmd+向左箭头/向右箭头 切换横竖屏。
参考资料:《iOS开发进阶》 -唐巧...
分类:
其他好文 时间:
2015-08-17 19:36:48
阅读次数:
116
题目链接:
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3142题意:
给一个长度n的序列,有m询问,每个询问会问第k个出现的数字的下标是多少
用map记录代码:#include
#include
#inc...
分类:
其他好文 时间:
2015-08-17 19:29:30
阅读次数:
124
Cmd+1/2/3 可以切换模拟器的显示比例。Option+Shift 可以在模拟器中调出双指拖动效果。Option 可以在模拟器中调出双指放大缩小效果。Command+Shift+H 模拟器的Home键。Cmd+向左箭头/向右箭头 切换横竖屏。参考资料:《iOS开发进阶》...
分类:
其他好文 时间:
2015-08-17 19:18:40
阅读次数:
114
jQuery获取Select选择的Text和Value: $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 var checkText=$("#select_id").find("option:select...
分类:
Web程序 时间:
2015-08-17 13:54:19
阅读次数:
137
WAN口设置方法,社路由器分别为路1 和路2 1 路2的LAN口地址改为172.16.1.1,重启 2 笔记本改成172.16.1.X,然后进入设置,在里面WAN地址设置为静态地址 192.168.1.x,重启 LAN设置方法: 1 进入路2的管理界面,关闭DHCP 2 修改路2的LAN口地址...
分类:
其他好文 时间:
2015-08-17 09:57:45
阅读次数:
124
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=342A regular palindrome is a string of numbers or letters that is the same forward as backward. For examp...
分类:
其他好文 时间:
2015-08-16 16:42:58
阅读次数:
129
题目链接:
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1687题意:给你n个城市到m个海港的距离,求每个城市都有船只去的最短平均航行距离。源点向城市建边 城市向海港 海港向汇点建边 容量为1,最后城市向海港的费用为距离代码:#include<stdi...
分类:
其他好文 时间:
2015-08-16 13:50:09
阅读次数:
166