码迷,mamicode.com
首页 >  
搜索关键字:about    ( 4393个结果
About me
![](https://s1.51cto.com/images/blog/202002/11/bd2a3463c331a06296a97a7254566bb0.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3p...
分类:其他好文   时间:2020-02-11 20:51:08    阅读次数:77
Github搜索技巧整理
Github官方网址:https://github.com/ 一、详细官方文档:https://help.github.com/en/github/searching-for-information-on-github/about-searching-on-github 通过GitHub可以搜索到: ...
分类:其他好文   时间:2020-02-11 17:39:36    阅读次数:78
Bayesian linear regression
Let $S={(x^{(i)}, y^{(i)})}_{i=1}^m$ be a training set of i.i.d. examples from unknow distribution. The standard probabilistic interpretation of linea ...
分类:其他好文   时间:2020-02-09 18:25:31    阅读次数:78
使用技巧 --- 与 FireFox 相关
禁止和启用缓存的方法 S1:在地址栏输入about:config S2:若有提示信息,选择继续 S3:在搜索框中输入cache,会列出所有与cache相关的选项。 S4:根据需要,双击以下三项直至配置值满足要求。 属性名称 禁止缓存 启用缓存 browser.cache.disk.enable fa ...
分类:其他好文   时间:2020-02-09 18:13:51    阅读次数:50
Lesson 5 Youth
How does the writer like to treat young people? People are always talking about 'the problem of youth'. If there id one -- which I take leave to doubt ...
分类:其他好文   时间:2020-02-09 16:37:25    阅读次数:90
react-router简单使用方法
使用 传值 非Link跳转 路由返回 v2,v3里的跳转,返回和传值 问题react-router版本 v4.x跟着官网 https://reacttraining.com/react-router/ 上的example学习的使用 Home About Login Regi... ...
分类:其他好文   时间:2020-02-09 09:50:59    阅读次数:116
(尚042) vue_缓存路由组件
现在About切换后效果: 值不在了,说明About是个新的,要想值存在,About必须是个老的,旧的,被切换时死亡,在切换时重新创建; 要想不死亡,需要将它缓存起来,怎样缓存呢? <keep-alive> <router-view></router-view> </keep-alive> 缓存路由 ...
分类:其他好文   时间:2020-02-08 16:01:28    阅读次数:63
关于Android移植项目
很简单,改两个地方足以 1. 更改版本号(我叫他版本号)就是他和你的android studio的版本相一致,查看方法help->about 2.更改gradle 阴影部分每个人都是不一样的,你要改成你自己的就 ok,毕竟你的电脑编译用的是你的gradle 改完就完成了,别人的你就可以用了(当然仅限 ...
分类:移动开发   时间:2020-02-04 15:31:20    阅读次数:78
vue中$router以及$route的使用
路由基本概念 route,它是一条路由。 { path: '/home', component: Home } routes,是一组路由。 const routes = [ { path: '/home', component: Home }, { path: '/about', component ...
分类:其他好文   时间:2020-02-04 10:52:39    阅读次数:69
leetcode328 Odd Even Linked List
1 """ 2 Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and ...
分类:其他好文   时间:2020-02-01 23:19:31    阅读次数:69
4393条   上一页 1 ... 22 23 24 25 26 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!