码迷,mamicode.com
首页 >  
搜索关键字:google now    ( 23000个结果
书签自动备份插件
https://chrome.google.com/webstore/detail/eversync-sync-bookmarks-b/iohcojnlgnfbmjfjfkbhahhmppcggdog/related?hl=zh-CN ...
分类:其他好文   时间:2021-04-06 15:02:35    阅读次数:0
【小技巧】本地maven的使用
上传脚本 apply plugin: 'maven' uploadArchives{ repositories.mavenDeployer{ // 本地仓库路径 repository(url:"file://C://Users/gang/.m2/repository/") // 唯一标识 包名 po ...
分类:其他好文   时间:2021-04-05 12:39:23    阅读次数:0
chrome 密码不同步
chrome 密码不同步 ubuntu 删掉 ~/.config/google-chrome/Default/‘Login Data' mac mac 下该文件的路径是 /Library/Application Support/Google/Chrome/Profile 1/Login Data w ...
分类:其他好文   时间:2021-04-02 13:35:07    阅读次数:0
Google Colab报错:SyntaxError: unexpected EOF while parsing
google colab报错: SyntaxError: unexpected EOF while parsing 搜了之后发现: 出现这种错误的原因肯定是你的语法格式不正确了, 多半是少了一个括号, 再好好检查 一下吧!!! 确实,检查代码后发现少了一个括号... 参考:Python错误Synta ...
分类:其他好文   时间:2021-04-02 13:16:59    阅读次数:0
Meeting_3_31
Hello, Mr. Houben, this is Zhou Yanzhuo. I returned to China after being in quarantine for a month before I was able to contact people. Now I have fin ...
分类:其他好文   时间:2021-04-01 13:16:40    阅读次数:0
根据当前时间高亮显示(一个单元格)(多个单元格)
根据当前时间高亮显示(一个单元格,且时间写入公式中) 1、新建条件格式规则 2、新建格式规则 公式:时间范围为固定值(写入公式) =IF(AND(HOUR(NOW())=15,MINUTE(NOW())>=10),IF(OR(AND(HOUR(NOW())=15,MINUTE(NOW())<35), ...
分类:其他好文   时间:2021-04-01 12:57:10    阅读次数:0
Deploy React and Express to Heroku
https://daveceddia.com/deploy-react-express-app-heroku/ You’ve got a React app, and an API server written in Express or something else. Now – how do y ...
分类:其他好文   时间:2021-03-31 12:15:10    阅读次数:0
C# While 超时设置
DateTime dt_now = DateTime.Now;//获取当前时间 while (dt_now.AddMinutes(1) > DateTime.Now) { //Todo:执行自己的操作 await Task.Delay(1000);//延迟1s } View Code 相对比较优雅一 ...
分类:Windows程序   时间:2021-03-31 11:49:06    阅读次数:0
[本地缓存]guava cache 在项目中的使用
引申 1.Guava Cache和Ehcache一样也是本地缓存,虽然都是本地缓存,但是在细分领域中也还是有不同的应用场景,Guava是Google提供的一套Java工具包,而GuavaCache作为Guava的Cache部分而提供了一套非常完善的本地缓存机制。在Guava之前,JDK的Concur ...
分类:系统相关   时间:2021-03-30 13:27:56    阅读次数:0
go micro 搭建微服务
1 protoc是Protobuf编译器,可以从github上直接下载源码,下载地址https://github.com/google/protobuf/releases/tag/v3.0.2。 解压并添加到环境变量 安装扩展包 go get -u github.com/micro/go-micro ...
分类:其他好文   时间:2021-03-30 13:25:40    阅读次数:0
23000条   上一页 1 ... 9 10 11 12 13 ... 2300 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!