菜鸟入坑记——第一篇 关键字:AlarmManager 一、AlarmManager简介: 参考网址:https://www.jianshu.com/p/8a2ce9d02640 参考网站:https://www.runoob.com/w3cnote/android-tutorial-alarmma ...
分类:
移动开发 时间:
2019-08-08 21:32:41
阅读次数:
533
前两篇其实是同一篇,都是讲在后台添加菜单类型的http://www.ashuwp.com/courses/highgrade/664.htmlhttps://shibashake.com/wordpress-theme/expand-the-wordpress-quick-edit-menu 后一篇 ...
分类:
其他好文 时间:
2019-08-08 14:53:49
阅读次数:
126
更改vhosts.conf<VirtualHost *:80>ServerAdmin webmaster@dummy-host2.example.comDocumentRoot "D:/phpStudy/PHPTutorial/WWW/ams/public/"ServerName www.xxxx1 ...
分类:
Web程序 时间:
2019-07-27 13:07:03
阅读次数:
160
MongoDB官网下载链接:https://www.mongodb.com/download center/community MongoDB官网安装教程:https://docs.mongodb.com/manual/tutorial/install mongodb on windows/ Mon ...
分类:
数据库 时间:
2019-07-26 01:36:14
阅读次数:
168
修改过后的表 今天使用Navicat这个客户端写了一些SQL给已有的表添加主键,其语句如下: ALTER TABLE countryRiskLevel ADD PRIMARY KEY ( countrycd ); 这条语句在Navicat无论如何都会报错误 但是在MySQL去执行同样的语句却是成功的 ...
分类:
数据库 时间:
2019-07-25 00:32:44
阅读次数:
207
两个学习gevent的网址: [1] http://www.gevent.org/intro.html [2] https://sdiehl.github.io/gevent-tutorial/ ...
分类:
编程语言 时间:
2019-07-25 00:04:07
阅读次数:
117
安装mssql扩展 在扩展中搜索“sql”,在搜索结果中选择“SQL Server (mssql)” 创建sql文件 1. File New File 或者使用快捷键 Ctrl+N. Visual Studio Code 默认会打开一个文本文件. 2. 在下方的状态条中选择 Plain Text , ...
分类:
数据库 时间:
2019-07-24 13:50:49
阅读次数:
170
想要获取更多文章可以访问我的博客 "代码无止境" 。 现在大部分的互联网公司都会采用微服务架构,但具体实现微服务架构的方式有所不同,主流上分为两种,一种是基于Http协议的远程调用,另外一种是基于RPC方式的调用。两种方式都有自己的代表框架,前者是著名的Spring Cloud,后者则是有阿里巴巴开 ...
分类:
其他好文 时间:
2019-07-24 10:11:15
阅读次数:
109
https://docs.microsoft.com/zh-cn/?view=aspnetcore-2.1 https://docs.microsoft.com/zh-cn/dotnet/ https://www.tutorialsteacher.com/csharp/csharp-tutorial ...
分类:
其他好文 时间:
2019-07-23 13:28:37
阅读次数:
176
官方文档: https://docs.docker.com/network/network-tutorial-standalone/ 一, 四种网络类型: 二, 分别介绍: Bridge: 桥接, 网络相当于一个局域网, 在一台安装了docker的机器上, 可以有多个这种Bridge网络. 一个Br ...
分类:
Web程序 时间:
2019-07-21 22:31:06
阅读次数:
139