码迷,mamicode.com
首页 >  
搜索关键字:instead    ( 1076个结果
在R中安装软件包时出现Would you like to use a personal library instead
通过Gui的程序包选择安装包,出现Warning in install.packages(NULL, .libPaths()[1L], dependencies = NA, type=tyep): 'lib="C:/Program Files/R/R-3.4.3/library" '不可写。弹出消息 ...
分类:其他好文   时间:2017-12-13 15:05:09    阅读次数:2427
关于thinkhphp3.1中废弃 preg_replace /e 修饰符
警告:preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead 网上查了下 发现 php5.5版本以上 就废弃了 preg_replace 函数中 /e 这个修饰符 /e 这个修饰符的意思 就是让 ...
分类:Web程序   时间:2017-12-12 21:46:28    阅读次数:212
py2 to py3 return iterator
Views And Iterators Instead Of Lists Some well-known APIs no longer return lists: dict methods dict.keys(), dict.items() and dict.values() return “vie ...
分类:其他好文   时间:2017-12-12 12:28:11    阅读次数:151
install mysql on centos7
[root@localhost ~]# wget -c https://cdn.mysql.com/Downloads/MySQL-5.7/mysql-5.7.20-linux-glibc2.12-x86_64.tar.gz--2017-12-10 14:40:34-- https://cdn.my ...
分类:数据库   时间:2017-12-10 17:00:21    阅读次数:332
Server sent passive reply with unroutable address. Using server address instead
最近在linux服务器安装vsftp服务。经过一轮设置,终于可以连接上了,用winSCP连接,刷新目录就提示这个错误。 解决办法: vim /etc/vsftpd.conf ,编辑配置文件,最后加上下面几行配置: pasv_address=54.69.120.54 pasv_max_port=550 ...
分类:其他好文   时间:2017-12-03 20:53:30    阅读次数:196
getopt for windows
Glibc库里有个getopt用于解析命令行参数,挺方便的,下面的是别人从Glibc源码的获取的几个getopt相关的文件,已经将平台相关的修改掉,windows下可以调用,本来是要用没用到就没去看正确性,具体以最新的Glibc源码为准。 ...
分类:Windows程序   时间:2017-12-02 22:04:38    阅读次数:303
Shell的使用
function instead_include(){ sed -i "s/\-I..\/..\/export\/voiceConvLayerHeader/\-I..\/voiceConvLayer\/include/g" $1} instead_include application/debug/ ...
分类:系统相关   时间:2017-11-29 20:52:54    阅读次数:191
iis browse的时候,直接通过本地的局域网ip打开页面
http://www.codepal.co.uk/show/make_IIS_work_with_local_IP_addresses_instead_of_localhost 只需要设置一下website的bindings就可以了 ...
分类:其他好文   时间:2017-11-29 16:12:13    阅读次数:146
Ubuntu安装nodejs
更新ubuntu软件源 sudo apt-get update sudo apt-get install -y python-software-properties software-properties-common sudo add-apt-repository ppa:chris-lea/no ...
分类:Web程序   时间:2017-11-29 16:11:13    阅读次数:322
hdu1011Starship Troopers(树形背包)
Starship Troopers Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 20833 Accepted Submission(s): ...
分类:其他好文   时间:2017-11-26 12:41:55    阅读次数:195
1076条   上一页 1 ... 37 38 39 40 41 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!