知乎标题:什么样的人学习很难学好? 网址:https://www.zhihu.com/question/305792030/answer/589663139 学习不能急于求成,欲速则不达,复杂的问题,需要一步一步慢慢解决。 ...
分类:
其他好文 时间:
2019-03-29 01:09:12
阅读次数:
111
可能会被忽略的url跳转方式,后端验证时需要考虑这种情况: https://zhidao.baidu.com/question/566551732268407284.html/../../?entry=manual_push?entry=home_new_content 会跳转到 https://z ...
分类:
Web程序 时间:
2019-03-28 15:42:01
阅读次数:
154
1.首先到Nuget命令行运行: Install-Package linq2db.SQLite 2.在项目下添加一个文件夹:DataModels,用以存放数据库相关的文件,显得规整 3.找到CopyMe.SQLite.tt.txt,复制一份到DataModels,改名为MyDatabase.tt 4 ...
分类:
数据库 时间:
2019-03-28 13:39:01
阅读次数:
443
之前花了很长的一段时间研究之后,以便把(第三方或)系统的和应用的dll分开,最后还写了一篇文章介绍,木有想到,今天又入坑了,发现了一个bug。 ...
分类:
Web程序 时间:
2019-03-28 09:44:47
阅读次数:
277
<机器学习基础> 逻辑回归,SVM,决策树 1、逻辑回归和SVM的区别是什么?各适用于解决什么问题? https://www.zhihu.com/question/24904422 2、Linear SVM 和 线性回归 有什么异同? 答案:https://www.zhihu.com/questio ...
分类:
编程语言 时间:
2019-03-25 17:55:13
阅读次数:
232
<深度学习基础> 卷积神经网络,循环神经网络,LSTM与GRU,梯度消失与梯度爆炸,激活函数,防止过拟合的方法,dropout,batch normalization,各类经典的网络结构,各类优化方法 1、卷积神经网络工作原理的直观解释 https://www.zhihu.com/question/ ...
分类:
编程语言 时间:
2019-03-25 17:45:58
阅读次数:
188
<数学题/智力题> 1、如果一个女生说,她集齐了十二个星座的前男友,我们应该如何估计她前男友的数量? https://blog.csdn.net/FnqTyr45/article/details/80248927 2、如何理解矩阵的秩? https://www.zhihu.com/question/ ...
分类:
编程语言 时间:
2019-03-25 17:45:13
阅读次数:
163
正则表达式 94.请写出一段代码用正则匹配出ip? ip地址的生成规则。 IP地址,是由32位数字二进制转为四个十进制的字符串组成。 怎么转化?下面讲解: 二进制:11111111111111111111111111111111 分为四部分:11111111.11111111.11111111.11 ...
分类:
编程语言 时间:
2019-03-25 14:36:20
阅读次数:
198
How should we define the death of a person? Philosophers and physicians have long pondered this question, yet we still don’t have a satisfactory answe ...
分类:
其他好文 时间:
2019-03-25 10:46:42
阅读次数:
118
Focuse on infomation but also transformation(how you process with the information). What you should do is to chop out limitation that burry you potent ...
分类:
其他好文 时间:
2019-03-24 14:59:26
阅读次数:
212