原创宋宝华Linux阅码场2017-11-14作者简介宋宝华,他有10几年的Linux开发经验。他长期在大型企业担任一线工程师和系统架构师,编写大量的Linux代码,并负责在gerrit上review其他同事的代码。BarrySong是Linux的活跃开发者,是某些内核版本的最活跃开发者之一(如https://lwn.net/Articles/395961/、https://lwn.net/Art
分类:
系统相关 时间:
2020-12-04 11:25:01
阅读次数:
10
首先,要在vue ui 依赖中添加 再点开 ‘查看详情’去看使用方法 跳转到git网站 https://github.com/surmon-china/vue-quill-editor#readme 以下为使用说明 import Vue from 'vue' import VueQuillEdito ...
分类:
其他好文 时间:
2020-12-03 11:50:32
阅读次数:
5
方法一:设置时区 在ubuntu的终端中执行命令: sudo tzselect 依次选择: 4) Asia 9) China 1) Beijing Time1) Yes之后会有提示如下: You can make this change permanent for yourself by appen ...
1、打开浏览器输入网址:http://www.eclipse.org 进入官方 2、(目前我使用windows操作系统),下拉界面选择“windows”后的“64-bit”: 3、单击Select Another Mirror展开选择China - eScience Center, Nanjing ...
分类:
系统相关 时间:
2020-11-11 16:02:40
阅读次数:
11
官网地址:https://github.com/surmon-china/vue-awesome-swiper ...
分类:
Web程序 时间:
2020-11-01 22:24:39
阅读次数:
52
输出n的阶乘#include<stdio.h>#include<Windows.h>#pragmawarning(disable:4996)intFact(intn){intret=1;for(inti=1;i<=n;i++){ret*=i;}returnret;}intmain(){intn=5;intresult=Fact(n);printf("%d\n
分类:
移动开发 时间:
2020-10-27 11:55:52
阅读次数:
37
前言 改动战争游戏红龙数据文件用于加强中国,由于CHINA单位操作太繁琐,适用于手残玩家。 使用版本V18,兼容V20 新增单位 80II typeunit 26277->26271,官方隐藏单位 69II typeunit →26271,官方隐藏单位 海军F14公猫变成空军F14熊猫,时间从197 ...
分类:
其他好文 时间:
2020-10-27 11:28:06
阅读次数:
21
烤串:http://player.youku.com/embed/XMjQ4NzQ2NDEzNg== 小品网站1 小品网站2 等我学了爬虫 ,一定会来下载你们 ...
分类:
Web程序 时间:
2020-10-22 22:20:49
阅读次数:
35
laravel 官网 laravel 学院 laravel-china 中文官网 composer 安装laravel并换镜像 https://packagist.laravel-china.org 为什么我不太想用 Laravel ? 主要看 Eloquent# 介绍 通过 Model 查询数据时 ...
分类:
其他好文 时间:
2020-10-14 20:14:48
阅读次数:
23
在Github短信支持列表的国家上是没有中国的 后来看到xcatliu提供的思路,我试了一下是可以收到验证码的,所以我在这里放一个更简单的方法 手动添加+86 打开开发者工具,复制代码到控制台执行 var option = new Option("China +86","+86"); option. ...
分类:
其他好文 时间:
2020-10-09 20:59:40
阅读次数:
25