https://www.cyberciti.biz/faq/update-lenovo-bios-from-linux-usb-stick-pen/ 关键步骤在于 用 geteltorito 解出 可烧制到 usb chip/pen 的 image 之后,光盘启动就可以了。 本来准备把getelto ...
分类:
移动开发 时间:
2021-02-08 12:25:07
阅读次数:
0
Vs错误列表(Error List)一直显示问题 设置:Error List显隐控制设置方式:Tools → Options-> Projects and Solutions → General 中的选项:show-error-list-when-compile-fail-setting (勾选|不 ...
分类:
其他好文 时间:
2021-02-08 11:47:41
阅读次数:
0
1、打开windows10系统开发者选项 2、进入控制面板,打开程序、程序和功能、启用或关闭windows功能,选中适用于linux的windows子系统 3、进入microsoft store,搜索linux,点击第一个出现的ubuntu,进行安装 4、打开安装好的ubuntu系统,设置好user ...
项目githup地址https://github.com/shengbid/echarts-series 效果图 实现步骤 1.下载地图json数据到项目中,我的地图下载地址http://datav.aliyun.com/tools/atlas/#&lat=30.316551722910077&ln ...
分类:
其他好文 时间:
2021-02-06 11:53:21
阅读次数:
0
在 Spring Tools 4 for Eclipse 中依次选择 File->New->Maven Project 完了上述操作之后,在 pom.xml 中添加 Spring Boot 的依赖,代码如下所示。 <parent> <groupId>org.springframework.boot< ...
分类:
编程语言 时间:
2021-02-06 11:43:13
阅读次数:
0
方法一、从发行版的源中安装(推荐) 在 Kali GNU/Linux Rolling、Ubuntu 等 Debian 衍生版中,执行如下安装命令: apt-get install fcitx fcitx-bin fcitx-tools fcitx-libs-dev fcitx-table-wbpy ...
分类:
其他好文 时间:
2021-02-04 11:46:23
阅读次数:
0
在用Android StudioBuild项目时,提示:Could not resolve all files for configuration ':classpath'.Could not find com.android.tools. Error:Gradle: A problem occur ...
分类:
移动开发 时间:
2021-02-03 11:01:45
阅读次数:
0
在做移动端App项目中兄弟组件的值传递需要用到vuex,但是在再刷新后,虽然url没变,但是存放在vuex中的数据丢失了, 解决办法: 1、安装vuex-persistedstate npm install --save vuex-persistedstate 2、修改store ...
分类:
其他好文 时间:
2021-01-29 12:04:09
阅读次数:
0
using System; using System.Data; using System.Text.RegularExpressions; using System.Xml; using System.IO; using System.Collections; using System.Data. ...
分类:
数据库 时间:
2021-01-27 13:17:35
阅读次数:
0
vue官方: store模式:https://cn.vuejs.org/v2/guide/state-management.html Vuex:https://vuex.vuejs.org/zh/ 扩展阅读: Flux:http://www.ruanyifeng.com/blog/2016/01/f ...
分类:
其他好文 时间:
2021-01-26 12:05:54
阅读次数:
0