• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
赖廷游大帅哥
博客园    首页    新随笔    联系   管理    订阅  订阅
[置顶] 实现Linux共享Window文件
摘要: 缘由: 我有两个机器,一个linux和一个Windows。有一个项目在Windows下出现环境编译出错,然后我在linux下可以正常编译,但是这个项目要在Windows下测试。想一想,有没有一种办法,在linux下编译修改的,然后在Windows上面跑?然后我想到的是,共享目录。在网上看了一下,很多 阅读全文
posted @ 2018-03-28 17:02 赖廷游 阅读(1016) 评论(0) 推荐(0)
[置顶] linux 笔记
摘要: VPN lantern: URL:https://github.com/getlantern/lantern 安装软件中断出错 "Sub-process /usr/bin/dpkg returned an error code (1)" 解决办法: sudo mv /var/lib/dpkg/inf 阅读全文
posted @ 2017-06-21 01:34 赖廷游 阅读(136) 评论(0) 推荐(0)
2017年9月4日
ubuntu 添加快捷方式
摘要: 以phpstorm为例 $ cd /usr/share/applistion [Desktop Entry]Name=PhpstormComment=Phpstorm IDEGenericName=Text EditorExec=/opt/folder/PhpStorm/bin/phpstorm.s 阅读全文
posted @ 2017-09-04 13:35 赖廷游 阅读(316) 评论(0) 推荐(0)
2017年8月30日
jsduck 文档生成器
摘要: 1.安装 在ruby 环境下,运行命令 :gem install jsduck 2.使用 生成文档命令:jsduck [sourcePATH] --output [targetPATH] 3.语法 查看官方文档 https://github.com/senchalabs/jsduck/wiki 4. 阅读全文
posted @ 2017-08-30 11:12 赖廷游 阅读(212) 评论(0) 推荐(0)
2017年8月29日
Linux phpstorm 无法输入中文
摘要: 在安装目录下找到 phpstorm.sh 在头部加上 阅读全文
posted @ 2017-08-29 13:38 赖廷游 阅读(832) 评论(0) 推荐(0)
2017年8月28日
谷歌浏览器解决跨域
摘要: 属性————>命令 添加--args --disable-web-security --user-data-dir 阅读全文
posted @ 2017-08-28 12:01 赖廷游 阅读(164) 评论(0) 推荐(0)
linux 安装composer
摘要: 1.cd /usr/bin 2.sudo curl -s https://getcomposer.org/installer | sudo php 3.sudo chmod a+x composer.phar 4.mv composer.phar /usr/local/bin/composer 5. 阅读全文
posted @ 2017-08-28 11:39 赖廷游 阅读(107) 评论(0) 推荐(0)
2017年6月17日
linux安装显卡驱动
摘要: 1.AMD $ sudo apt-get install fglrx 2.Nvidia $ sudo apt-get install nvidia-current installed after restart your computer 阅读全文
posted @ 2017-06-17 00:56 赖廷游 阅读(288) 评论(0) 推荐(0)
2017年4月28日
让你的代码更规范---->gulp-jslint
摘要: gulp-jslint jslint是一个javascript代码质量检测工具。 使用教程: 1.先安装全局npm install gulp-jslint -g 2.再安装到你的项目里,使用命令 npm install gulp-jslint --save-dev 3.配置glupfile.js 4 阅读全文
posted @ 2017-04-28 00:48 赖廷游 阅读(320) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3