DeviLeo

4
获赞数
0
关注数
3
粉丝数
上海
IP 属地未知
2020-05-08 加入
浏览 5.3k
╭╮╱╭┳━━━┳╮╱╭╮
┃┃╱┃┃╭━╮┃┃╱┃┃
┃╰━╯┃┃┃┃┃╰━╯┃
╰━━╮┃┃┃┃┣━━╮┃
╱╱╱┃┃╰━╯┃╱╱┃┃
个人简介什么都没有
20 声望|新手
objective-c
16
ios
16
script
3
command
3
shell
3
黄金勋章
暂未获得该勋章
如何获得
白银勋章
暂未获得该勋章
如何获得
青铜勋章
暂未获得该勋章
如何获得
个人动态
  • 发布了文章2020-12-21
    如何制作Live Photo并存入照片库
    我曾经试图将电脑中的短视频,外加一张截图,把它们名字改成一样的,然后放入我的手机中(/User/Media/DCIM/100APPLE/),接着删除照片库的数据库(/User/Media/PhotoData/Photos.sqlite),重启手机再进入照片库,发现系统只能认出截图,并没有将它识别为动态照片。
  • 发布了文章2020-08-11
    OpenSSL scripts
    If you're looking to generate the /etc/shadow hash for a password for a Linux user (for instance: to use in a Puppet manifest), you can easily generate one at the command line.
  • 发布了文章2020-06-17
    Linux Shell 常用命令和脚本
    The substitution ${1:-...} takes $1 if defined, otherwise the file name of the standard input of the own process is used.
  • 发布了文章2020-06-17
    Linux Shell MySQL
    utf8已被弃用,因为最多支持3字节字符,使用utf8mb4可以支持4字节字符。 COLLATE对于字符类型会影响索引创建、搜索排序、比较。
  • 发布了文章2020-06-17
    Linux Shell FLAC
    Embed cue {代码...} Extract cue Remove "CUESHEET=" from the first line in cue file after the extraction. {代码...} Generate cue {代码...} Remove all metadata {代码...} Remove picture without padding remaining {代码...} Import picture {代码...} Spl...
  • 发布了文章2020-06-17
    Linux Shell FFmpeg
    常用编码 {代码...} 裁切画面 {代码...} MP4转MOV {代码...} 图片转视频 {代码...} 截图 {代码...} 旋转 {代码...} 生成缩略图 {代码...} 去水印 1、用show参数在视频上显示绿色框预估水印位置 {代码...} 2、确定水印位置后,去水印 {代码...} 3、去水印同时添加文本...
  • 发布了文章2020-06-17
    Linux Shell Array
    Array Operation Basic {代码...} Iteration {代码...} Basic Examples {代码...} Advanced Examples {代码...}
  • 发布了文章2020-05-08
    如何让老Mac机支持USB安装Windows
    一些老Mac机的用户想装Windows,却发现自己的系统上的Boot Camp Assistant(以下简称BCA)没有USB安装Windows的选项。 下面以我的MacBook Pro (13-inch, Late 2011), OS X EI Capitan为例,让BCA支持USB安装Windows。