阅读helloworld
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
阅读更多
阅读helloworld
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
阅读更多
hello Mac
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
阅读更多
essay1
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
阅读更多
shell命令- Mac上的home目录(用户主目录)在哪里呢?
12345678cd /homeor//在 cd 中可以使用 ~ 来表示主目录,例如:cd ~查看HOME目录echo $HOMEopen .
阅读更多
AppleScript笔记
123456789101112131415161718192021#获取输入框文本set dialogString to "请输入"set returnedString to display dialog dialogString default answer "&q ...
阅读更多
iOS常用计算
How to calculate a point with an given center, angle and radius? iOS: derive angle of tap point given a circle 1#define DEGREES_TO_RADIANS(degrees) ...
阅读更多
iOS 手势之滑动清屏等
translationInView:(获取当前拖拽位置)translationInView 返回父视图系统当中,返回横坐标,纵坐标上拖动了多少像素 可以判断拖动方向 123CGPoint translantion = [UIPanGestureRecognizer translationInView ...
阅读更多
Java学习 类型转换与运算 02
1234567891011121314151617181920212223242526class Untitled { public static void main(String[] args) { System.out.println("hello world&q ...
阅读更多
java语法学习 1
学习来源:http://www.weixueyuan.net/java/rumen_1/ 创建Test.java 文件 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495 ...
阅读更多