OnO

OnO LoL is blog of Corn Mars from Ono city.


  • 首页

  • 区块链

  • 量化投资

  • 开发者

  • 标签

  • 归档

  • 分类

  • 关于

  • 站点地图

  • 搜索

Vagrant 本地 Box 指定版本号

发表于 2018-04-02 | 分类于 计算机 , OPS |
我的做法是, 先去 官网 搜索需要的包, 然后点击进入详细页面. 找到对应的 Vagrantfile 描述, 拷贝之. 例如 laravel/homestead 包, 那么拷贝 Vagrant.configure("2") do |config| config.vm.box ...
阅读全文 »

Shell 中重定向 `2 > &1` 的使用

发表于 2018-04-02 | 分类于 计算机 , Shell |
一 相关知识 默认地,标准的输入为键盘,但是也可以来自文件或管道(pipe |)。 默认地,标准的输出为终端(terminal),但是也可以重定向到文件,管道或后引号(backquotes `)。 默认地,标准的错误输出到终端,但是也可以重定向到文件。 标准的输入,输出和错误输出分别表示为 STDI ...
阅读全文 »

IntelliJIDEA使用Velocity编写模板

发表于 2018-04-02 | 分类于 计算机 |
Velocity 常用方法 1.字符串替换 replace #if($!&#;name} != '') #set($tempName = $!&#;name}) #set($tempName = $t ...
阅读全文 »

IPFS与区块链

发表于 2018-03-29 | 分类于 BlockChain |
IPFS(InterPlanetary File System)点对点的分布式超媒体分发协议. 安装与使用地址: http://ipfs.io 下载对应平台的安装包, 解压缩后将可执行文件放在一个目录下, 一般为 /usr/local/bin/. 基础命令 & 环境配置初始化 ipfs in ...
阅读全文 »

Truffle 构建简单服务器应用遇到的一些问题

发表于 2018-03-29 | 分类于 BlockChain |
部署交易/执行交易方法时报错:“Exceeds block gas limit” 或者 “Intrinsic gas too low” 参考: https://ethereum.stackexchange.com/questions/1832/cant-send-transaction-exceed ...
阅读全文 »

一些搞趣的网站和功能

发表于 2018-03-28 | 分类于 计算机 , NoteBook |
最近发现了一些有用的小工具网站: 在线起名字(英文名): http://www.nymbler.com/index.php 假身份生成器: http://www.fakenamegenerator.com/ 图片生成注释文件: http://www.degraeve.com/img2txt.php ...
阅读全文 »

使用Sphinx-Doc(一种github文档rst格式,直接生成readthedocs.io在线文档)

发表于 2018-03-28 | 分类于 计算机 |
官方地址: http://www.sphinx-doc.org/en/stable/contents.html 苹果系统安装: http://www.sphinx-doc.org/en/stable/install.html#mac-os-x-install-sphinx-using-macport ...
阅读全文 »

MacOS 管理工具 MacPort

发表于 2018-03-28 | 分类于 MacOS |
安装MacPort 官网地址: https://www.macports.org/install.php 下载对应的版本进行安装. 使用教程详见: https://guide.macports.org/ 快速开始检索 port search --name --glob 'php*&apos ...
阅读全文 »

Vim启动默认配置

发表于 2018-03-28 | 分类于 计算机 |
每次启动 vim 都需要手动设置 显示行号, 颜色… 烦死了… 编辑/创建 ~/.vimrc 文件 set nu set hlsearch syntax on参考博文: https://blog.csdn.net/hsuxu/article/details/7195673
阅读全文 »

看黎跃春写得教程的笔记3-以太坊私链

发表于 2018-03-28 | 分类于 BlockChain , 智能合约 |
私有链能够免去测试过程的消费, 不用同步庞大数据库, 非常方便. 安装私有链工具集 没有安装 HomeBrew 的同学: /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master ...
阅读全文 »
<<1…333435…51>>
OnO

OnO

510 日志
45 分类
190 标签
RSS
GitHub E-Mail
© 2012 — 2023 OnO