1. var scrollController= new ScrollController(); 2. 3. ...
分类:
其他好文 时间:
2020-07-15 15:55:05
阅读次数:
54
###Windows驱动 // type.h #ifndef TYPE_H #define TYPE_H #include <setupapi.h> struct wdi_device_info { struct wdi_device_info *next; unsigned short vid; ...
1.GPIO初始化函数 用法: voidGPIO_Configuration(void) { GPIO_InitTypeDefGPIO_InitStructure;//GPIO状态恢复默认参数 GPIO_InitStructure.GPIO_Pin=GPIO_Pin_标号|GPIO_Pin_标号; ...
分类:
其他好文 时间:
2020-07-13 09:46:44
阅读次数:
93
color 设置文本颜色 color:#00C; text-align 设置元素水平对齐方式 text-align:right; text-indent 设置首行文本的缩进 text-indent:20px; line-height 设置文本的行高 line-height:25px; text-de ...
分类:
其他好文 时间:
2020-07-12 22:22:59
阅读次数:
59
项目地址:https://github.com/spf13/viper 安装方式:go get github.com/spf13/viper 简介 viper是一个十分强大的配置文件解析工具,具有以下特点 设置默认值 支持的文件包括JSON, TOML, YAML, HCL, envfile 和 J ...
分类:
其他好文 时间:
2020-07-12 16:20:14
阅读次数:
112
是在creature_template的表格中修改 # entry, difficulty_entry_1, difficulty_entry_2, difficulty_entry_3, KillCredit1, KillCredit2, modelid1, modelid2, modelid3, ...
分类:
其他好文 时间:
2020-07-11 22:45:37
阅读次数:
84
关于Nuxt的css嵌入到html代码中的问题,效果如下: 解决方案其实很简单:在nuxt.config.js文件中的build对象添加extractCSS: { allChunks: true },extractCSS是将内嵌的css提取到外部,allChunks代表所有的都执行,代码如下: bu ...
分类:
Web程序 时间:
2020-07-10 16:51:27
阅读次数:
89
最近在学JS想做点东西来练练手,上了小米官网,看着他们的图片轮播挺有趣的,想实现一下官网的图片轮播功能: 在官网上观察了一小会,发现这个图会自动轮播,应该是每隔三秒还是四秒就切换到下一张图,然后如果鼠标放到图片上,轮播就结束了;如果手动点下面的li,就会转到对应的图片上去,然后把鼠标从图片中移开,图 ...
分类:
其他好文 时间:
2020-07-10 00:12:55
阅读次数:
116
sib3 : { cellReselectionInfoCommon { q-Hyst dB3 }, cellReselectionServingFreqInfo { threshServingLow 0, cellReselectionPriority 6 }, intraFreqCellRese ...
分类:
其他好文 时间:
2020-07-03 17:40:20
阅读次数:
86
//1.获取秒杀商品信息的接口 public ProductInfo GetProduct(int productId) { ProductInfo productInfo = new ProductInfo(); productInfo.PId = 1; productInfo.PName = " ...
分类:
其他好文 时间:
2020-06-27 09:50:01
阅读次数:
83