码迷,mamicode.com
首页 >  
搜索关键字:contact    ( 878个结果
Solidity开发、测试、部署
这篇文章很详细的列举了几种方式来开始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(二) 自动补全
Redis自动补全:1.?自动补全最近联系人使用List列表结构有序地存储元素,redis主要用于记录联系人列表,而非实际的执行自动补全操作,数据的过滤及补全在客户端执行;对于较短的列表来说可行;构建最近联系人自动补全列表:public void addUpdateContact(Jedis conn, String user, String contact) {
分类:其他好文   时间:2018-03-11 00:35:52    阅读次数:172
Apache awstats安装报错解决过程适合初学者
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
zabbix2
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的支持 多字段拼接查询
本文是讨论EFCore对Mysql的支持问题 本文中测试使用的ORM为MySql.Data.EntityFrameworkCore 6.10.6版本 在系统中有一张表:crm.contacts 中包含了first_name和last_name两个字段 通常来说需要查询的时候 需要将这两个字段连接一起 ...
分类:数据库   时间:2018-02-26 17:36:40    阅读次数:216
mysql 批量新增
<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
【Ionic系列】2、仿京东商城项目功能分析 修改tabs颜色
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
50-Prepositions
eg:46 ...
分类:其他好文   时间:2018-02-10 17:34:32    阅读次数:206
ubuntu下安装docker方法大全
ubuntu下安装docker方法大全
分类:系统相关   时间:2018-02-02 15:43:09    阅读次数:236
iOS Dev (51)加急审核
https://developer.apple.com/appstore/contact/?topic=expedite ...
分类:移动开发   时间:2018-01-31 11:24:57    阅读次数:168
878条   上一页 1 ... 23 24 25 26 27 ... 88 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!