码迷,mamicode.com
首页 >  
搜索关键字:erro    ( 6389个结果
code sign error 1
Xcode8.3 beta 调试: .app: resource fork, Finder information, or similar detritus not allowed 备注:只有模拟器编译时出现这种情况,真机build success 解决方法: 1、终端cd到工程目录,执行“xatt ...
分类:其他好文   时间:2017-02-25 10:54:41    阅读次数:155
python文件操作
1、打开文件 open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None) 2、关闭文件 close():文件操作完毕后务必要关闭文件,python中可以 ...
分类:编程语言   时间:2017-02-24 22:42:45    阅读次数:203
java.lang.UnsupportedOperationException:This parser does not support specification "null" version "null"
<!-- https://mvnrepository.com/artifact/xerces/xercesImpl --><dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.11. ...
分类:编程语言   时间:2017-02-24 14:24:23    阅读次数:662
linux学习笔记
檀老师总结Linux;(一)知识目标 1.理解什么是LINUX 2.掌握虚拟主机软件的使用 3.掌握linux系统的安装 4.掌握对linux系统中目录的操作 5.掌握对linux系统中文件的操作 6.掌握对linux系统中用户的操作 7.掌握对linux系统中软件的安装、卸载、更新 8.掌握在li ...
分类:系统相关   时间:2017-02-24 12:24:36    阅读次数:338
shell脚本安装nginx
#!/bin/bash N_url="http://nginx.org/download/nginx-1.8.0.tar.gz" N_pack=`echo $N_url|awk -F '/' '{print $5}'` N_upack=`echo $N_url|awk -F '/' '{print ... ...
分类:系统相关   时间:2017-02-23 19:01:37    阅读次数:277
python网易云音乐抓取
因为没有解决登陆问题,采用了一种比较笨的方法~~ ...
分类:编程语言   时间:2017-02-23 16:15:59    阅读次数:206
LogUtils日志管理工具
public class LogUtils { public static final int VERBOSE = 1; public static final int DEBUG = 2; public static final int INFO = 3; public static final ... ...
分类:其他好文   时间:2017-02-22 22:55:13    阅读次数:198
【Scala】Scala之Classes and Properties
一、前言 前面学习了控制结构,下面学习Scala的Class和Properties。 二、Class&Properties 尽管Scala和Java很类似,但是对类的定义、类构造函数、字段可见性控制等则不相同,Java更为冗长,Scala精炼。本章将通过Scala的构造函数工作原理来理解Scala的 ...
分类:其他好文   时间:2017-02-22 22:54:49    阅读次数:273
mysql 中int类型字段unsigned和signed的探索
转自:http://www.0791quanquan.com/news_keji/topic_816453/ 探索一:正负数问题 拿tinyint字段来举例,unsigned后,字段的取值范围是0-255,而signed的范围是-128 - 127。 那么如果我们在明确不需要负值存在的情况下,通常是 ...
分类:数据库   时间:2017-02-21 19:12:58    阅读次数:268
源码包安装Mysql
特殊原因我需要装在个人用户下 libtool-2.4.2.tar.xz mysql-5.1.37.tar.gz 1、解压libtool-2.4.2.tar.xz tar -xvf libtool-2.4.2.tar.xz cd libtool-2.4.2 2、#指定安装目录 ./configure ...
分类:数据库   时间:2017-02-21 16:57:55    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!