码迷,mamicode.com
首页 >  
搜索关键字:apple    ( 5559个结果
Mac os显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder 恢复不显示隐藏文件命令如下: defaults write com.apple.finder AppleShowAllFiles No && killall ...
分类:系统相关   时间:2018-12-02 14:24:26    阅读次数:188
LeetCode - Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:其他好文   时间:2018-12-02 01:22:49    阅读次数:221
multithreading coding
分类:公共资源问题、公交车问题 顺序:Qseater lab, bank, doctor 【package multithreading_NumberMaker;】 //必须有try catch, why?添加的时候都要处理异常? try { consumer.join(); } catch (In ...
分类:其他好文   时间:2018-12-01 15:17:18    阅读次数:191
change safari user agent
defaults write com.apple.safari customuseragent '"mozilla/5.0 (iphone; cpu iphone os 8_1 like mac os x) applewebkit/600.1.4 (khtml, like gecko) versio... ...
分类:其他好文   时间:2018-12-01 11:08:27    阅读次数:149
Clover file list
/Volumes/EFI//EFI: total 4 drwxrwxrwx 1 jianweiliu staff 512 Apr 20 12:17 APPLE drwxrwxrwx@ 1 jianweiliu staff 512 Apr 21 14:47 BOOT drwxrwxrwx@ 1 jia... ...
分类:其他好文   时间:2018-12-01 11:02:48    阅读次数:168
How to reset macOS Icon Cache
find . -name cuthead.txt find /private/var/folders/ -name 'com.apple.dock.iconcache' -delete find /private/var/folders/ -name 'com.apple.iconservices'... ...
分类:系统相关   时间:2018-12-01 10:58:42    阅读次数:205
javascript面试题(一)
1. 尽管 typeof bar "object" 是检查 bar 是否对象的可靠方法,令人惊讶的是在JavaScript中 null 也被认为是对象! 2. 这个时候的变量b声明是不加关键字var的,也就是说变量b是全局变量(隐式全局变量)。 他等同于 如果使用严格模式(use strict)结果 ...
分类:编程语言   时间:2018-11-30 14:14:54    阅读次数:150
学习iOS最权威的网站
一、Apple 开发者网站 官方文档 https://developer.apple.com/documentation 除了这两个、还有 Core Foundation Core Animation Core Image 等、 赶快点击网站去瞧瞧吧 https://developer.apple. ...
分类:移动开发   时间:2018-11-29 17:58:53    阅读次数:187
【解决】php实现页面登录注册功能并实现跳转
目录如下: 思路是不通过数据库等操作实现页面(页面比较简陋,请笑纳) 关于register功能 关于login功能 ...
分类:Web程序   时间:2018-11-29 15:30:25    阅读次数:285
mac上安装Chromedriver注意事宜
mac上安装Chromedriver注意事宜: 1.网上下载chromedriver文件或在百度网盘找chromedirver文件 2.将 chromedriver 放置到:/usr/local/bin/,操作如下: 打开Mac终端terminal : 进入 chromedirve文件所在目录,输入 ...
分类:系统相关   时间:2018-11-29 12:25:28    阅读次数:513
5559条   上一页 1 ... 81 82 83 84 85 ... 556 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!