Wesley13 Wesley13
4年前
java获取操作系统的MAC地址和硬盘序列号
1.判断操作系统是Windows还是Linux1privatestaticBooleanisLinux(){2StringosSystem.getProperty("os.name");3log.info("os.name:{}",os);4
Wesley13 Wesley13
4年前
java 面试知识点笔记(十四)异常体系
问:Error和Exception的区别?!(https://oscimg.oschina.net/oscnet/1decf8ddc93b072fe2734567ae446b42079.jpg)ps:Throwable上层是ObjectError:程序无法处理的系统错误,编译器不做检查Exception:程序可以处理
Stella981 Stella981
4年前
Chrome 各版本下载集合
ChromeOS下载(由Hexxeh提供的第三方编译版本):ChromeOSUSB镜像:【点击这里(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fchromeos.hexxeh.net%2Fdownload.php%3Frelease%3DFlow%2
Stella981 Stella981
4年前
Git免登录,不需重复输入账号和密码
linux下在~/下, touch创建文件 .gitcredentials:touch .gitcredentials 用vim编辑此文件,vim .gitcredentials输入内容格式https://username:password@github.com2
Wesley13 Wesley13
4年前
0.052秒打开100GB数据,这个Python开源库火爆了!
↑↑↑点击上方蓝字,回复资料,10个G的惊喜!(https://oscimg.oschina.net/oscnet/84434da2a3134374a7318199f305369e.jpg)编译 | AI科技大本营(ID:rgznai100)文末有送书福利许多组织都在尝试
Stella981 Stella981
4年前
Linux下nginx的yum安装、源码安装、OpenResty的源码安装
Linux下nginx的安装安装环境:cat/proc/versionLinuxversion3.10.0123.el7.x86_64(builder@kbuilder.dev.centos.org)(gccversion4.8.220140120(RedHat4.8.21
Wesley13 Wesley13
4年前
MySQL在Ubuntu远程配置
MySQL远程连接访问在普通Linux下配置:在这个配置文件/etc/mysql/my.cnf修改:bindaddress         127.0.0.1修改为bindaddress         127.0.0.1或者b
Stella981 Stella981
4年前
Google开源框架AutoFlip 实现视频智能剪裁
!Google开源框架AutoFlip实现视频智能剪裁(http://p1.pstatp.com/large/pgcimage/094dc72f58014a6d8bb6c9be76407e72)PhotobyKyleLoftusfromPexelsGoogle宣布开源视频剪裁框架AutoFlip,实现智能化自动裁剪视频。编译
Wesley13 Wesley13
4年前
PHP扩展开发
首先需要确定系统中安装了gcc编译器,合适版本的bison等构建一个基本的扩展骨架在PHP扩展开发时,使用ext_skel完成扩展的结构骨架创建。$./ext_skel./ext_skelextnamemoduleprotofilestubsfilexmlfile
Stella981 Stella981
4年前
R语言进行Twitter数据可视化
作者|AudhiAprilliant编译|VK来源|TowardsDatasScience!(https://oscimg.oschina.net/oscnet/up864338080506c2ca3c28abec924e3d569d5.JPEG)概述对于这个项目,我们在2019年5月2829日通过爬虫来使用Twitte