这篇文章很详细的列举了几种方式来开始solidity开发: https://medium.com/@davekaj/solidity-tips-and-tricks-for-beginners-building-their-first-dapp-on-ethereum-fed32d6a19ac 最快 ...
分类:
其他好文 时间:
2018-03-11 14:46:29
阅读次数:
214
Redis自动补全:1.?自动补全最近联系人使用List列表结构有序地存储元素,redis主要用于记录联系人列表,而非实际的执行自动补全操作,数据的过滤及补全在客户端执行;对于较短的列表来说可行;构建最近联系人自动补全列表:public void addUpdateContact(Jedis conn, String user, String contact) {
分类:
其他好文 时间:
2018-03-11 00:35:52
阅读次数:
172
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
分类:
Web程序 时间:
2018-03-09 10:39:53
阅读次数:
197
1.自定义脚本Zabbix中有统一的报警脚本存放路径,即:/usr/lib/zabbix/alertscripts。12345678[root@zrs1~]#cd/usr/lib/zabbix/alertscripts/[root@zrs1alertscripts]#vimmailalert.sh#!/bin/bash#Contact=$1Subject=$2Mailbody=$3echo-e&q
分类:
其他好文 时间:
2018-03-08 22:05:53
阅读次数:
194
本文是讨论EFCore对Mysql的支持问题 本文中测试使用的ORM为MySql.Data.EntityFrameworkCore 6.10.6版本 在系统中有一张表:crm.contacts 中包含了first_name和last_name两个字段 通常来说需要查询的时候 需要将这两个字段连接一起 ...
分类:
数据库 时间:
2018-02-26 17:36:40
阅读次数:
216
<insert id="insertInfoBatch" parameterType="java.util.List" > insert into up_company_needs_ledger (needsid, nname, npapers, naddress, nretype, ncontac ...
分类:
数据库 时间:
2018-02-23 16:04:54
阅读次数:
218
1 打开VSCode以后 2 快捷键 Ctrl+J 打开终端 3 创建以下3个页面 4 ionic g page cart 5 ionic g page category 6 ionic g page user 7 并且删除自带的 8 about、contact 1 打开app/app.module... ...
分类:
其他好文 时间:
2018-02-12 20:03:20
阅读次数:
147
https://developer.apple.com/appstore/contact/?topic=expedite ...
分类:
移动开发 时间:
2018-01-31 11:24:57
阅读次数:
168