Copyright(c)1993-2004MicrosoftCorp.#Thisfilecontainsportnumbersforwell-knownservicesdefinedbyIANA#Format:#<servicename><portnumber>/<protocol>[aliases...][#<comment>]#echo7/tcp
分类:
其他好文 时间:
2020-07-16 12:13:31
阅读次数:
109
vue 脚手架提供了一个用于可视化分析打包文件的包 webpack-bundle-analyzer 和配置 vue框架做的项目优化 npm run build --report //项目打包并且生成一个页面 可以出现如下图,显示各个库占用情况,根据这个可以把占用比较大的库用小的库代替: 以(时间)m ...
分类:
其他好文 时间:
2020-07-16 00:29:50
阅读次数:
90
发现:service中有个webapi输出了: public Bitmap GetLogoQRCode(string url, string logoPath, int pixel) { return QRCoderHelper.GetLogoQRCode(url, logoPath, pixel) ...
在实际生产环境中有时会出现误删数据的情况,Binlog日志,即二进制日志文件,用于记录用户对数据库操作的SQL语句信息,当发生数据误删除的时候我们可以通过binlog日志来还原已经删除的数据,还原数据的方法分为传统二进制文件还原数据。
分类:
数据库 时间:
2020-07-15 13:10:59
阅读次数:
80
一般在src/utils里新建date.js import Vue from 'vue'; // 时间戳转换为 YYYY-MM-DD HH:mm:ss Vue.filter('formatDate', function(timeStamp, format) { if (timeStamp) { fo ...
分类:
其他好文 时间:
2020-07-14 21:52:52
阅读次数:
216
os.date ([format [, time]]) Returns a string or a table containing date and time, formatted according to the given string format. If the time argument ...
分类:
其他好文 时间:
2020-07-14 12:59:15
阅读次数:
223
动作 printf printf 可以实现格式化输出格式: printf “FORMAT”, item1, item2, ... 说明: 必须指定FORMAT 不会自动换行,需要显式给出换行控制符 \n FORMAT中需要分别为后面每个item指定格式符 格式符:与item一一对应 %c:显示字符的 ...
分类:
其他好文 时间:
2020-07-14 09:20:53
阅读次数:
73
[C 语言中文开发手册sscanf (File input/output) - C 中文开发手册Defined in header(1)?int scanf( const char *format, ... );?(until C99)?int scanf( const char *restrict... ...
分类:
其他好文 时间:
2020-07-13 21:57:28
阅读次数:
73
PHP的number_format() 函数通过千位分组来格式化数字。 语法: number_format(number,decimals,decimalpoint,separator) 注释:该函数支持一个、两个或四个参数(不是三个)。 1 <?php 2 /* number_format() 函 ...
分类:
Web程序 时间:
2020-07-13 18:49:48
阅读次数:
98
pinyin4j - 获取汉子的首字母 package asd.we.utils; import net.sourceforge.pinyin4j.PinyinHelper; import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType; im ...
分类:
其他好文 时间:
2020-07-13 15:17:02
阅读次数:
69