码迷,mamicode.com
首页 >  
搜索关键字:note about the work    ( 20899个结果
git常用命令
本文参考内容主要有:1. https://gitee.com/all-about-git gitee2. https://www.liaoxuefeng.com/wiki/896043488029600 来自廖雪峰老师的git教程 一、在看命令之前先来了解下git的工作原理 / 流程: Worksp ...
分类:其他好文   时间:2020-06-08 00:33:14    阅读次数:76
[LC] 951. Flip Equivalent Binary Trees
For a binary tree T, we can define a flip operation as follows: choose any node, and swap the left and right child subtrees. A binary tree X is flip e ...
分类:其他好文   时间:2020-06-08 00:23:38    阅读次数:49
Apache的POI常用api
目前常见读写Excel的工具类开源javaAPI有两种方式,一个是JXL(Java Excel API) 官网地址:http://jexcelapi.sourceforge.net/一个是Apache的POI(Poor Obfuscation Implementation)官网地址:http://p ...
分类:Windows程序   时间:2020-06-07 16:28:46    阅读次数:67
第四阶段学习总结
(1)在学习和开发EF Core的过程中遇到了哪些问题,是如何解决的? 在进行数据库迁移的时候失败了。最后发现是少了一个迁移用的库Microsoft.EntityFrameworkCore.Design, 在Visual Studio 菜单中选择“项目”>“管理 NuGet 包”单击“浏览”,找到包 ...
分类:其他好文   时间:2020-06-07 14:46:59    阅读次数:53
解决eclipse中没有database explorer(数据库管理工具)和servers的问题
1. database explorer 如果已安装:在baiwindow==>show view==>Other==>Data Management==>Database explorer 查看 help --> install New Software --> 在 Work with 中加入 : ...
分类:数据库   时间:2020-06-07 14:46:40    阅读次数:233
V3 - What Can You Do? Teacher: GABRIELE
In this lesson you will learn to ask about skills. 课上内容(Lesson) "I'm a man of my word" 我是一个讲信用的人/ 我是一个说道做到的人 a street vendor illegal 非法 <--> legal 合法 ...
分类:其他好文   时间:2020-06-07 11:05:19    阅读次数:75
微信表情包代码整理(PC端(Windows)使用)
引言 PC端(Windows),想找个表情,不太好找,如果可以直接打上代码,岂不是很方便,快捷。 手机端(安卓),我觉得比较好找到相应的表情包,打上代码反而不太方便。 PC(Windows)端表情代码 有很多种替代写法: 写法一: 微笑:[Smile](电脑端输入) 伤心:[Grimace] 其他表 ...
分类:微信   时间:2020-06-07 10:49:46    阅读次数:841
What Are You Weighting For?
A basic strength routine can change your life Strength training isn’t just about getting six-pack abs and big biceps. Along with stretching and elevat ...
分类:其他好文   时间:2020-06-06 21:47:07    阅读次数:87
PWA
PWA:渐进式网络开发应用程序(离线可访问),需要通过serviceWorker 实现, 首先,webpack 配置使用 workbox-webpack-plugin 这个插件,生成一个 serviceWorker 配置文件 构建后,生成 serviceWorker 文件: 接着,在入口文件 ind ...
分类:其他好文   时间:2020-06-06 20:08:26    阅读次数:90
415. Add Strings
Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2. Note: The length of both num1 and num2 is < 5100 ...
分类:其他好文   时间:2020-06-06 11:10:45    阅读次数:57
20899条   上一页 1 ... 89 90 91 92 93 ... 2090 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!