码迷,mamicode.com
首页 >  
搜索关键字:effect    ( 776个结果
C# WPF实用的注册窗体
时间如流水,只能流去不流回! 点赞再看,养成习惯,这是您给我创作的动力! 本文 Dotnet9 https://dotnet9.com 已收录,站长乐于分享dotnet相关技术,比如Winform、WPF、ASP.NET Core等,亦有C++桌面相关的Qt Quick和Qt Widgets等,只分 ...
分类:Windows程序   时间:2019-12-20 15:27:45    阅读次数:114
待读书列表
"计算的本质" by Tom Stuart, 2014 "Hands on Machine Learning with Scikit Learn, Keras, and TensorFlow" 2nd edition, by Aurélien Géron, 2019 "深度学习的数学" by 涌井良 ...
分类:其他好文   时间:2019-12-20 12:03:20    阅读次数:81
Python基础-main
Python基础-_main_ 写在前面 如非特别说明,下文均基于Python3 一、__main__的官方解释 参考 _main_ -- Top-level script environment '_main_' is the name of the scope in which top-leve ...
分类:编程语言   时间:2019-12-19 23:16:00    阅读次数:119
pgrep cron
# pgrep cron947[root@localhost cron]# pgrep --help Usage: pgrep [options] <pattern> Options: -d, --delimiter <string> specify output delimiter -l, --l ...
分类:其他好文   时间:2019-12-18 11:04:43    阅读次数:122
C++ Primer (一)
Google C++ Style Guide 书籍:C++ Primer,C++标准程序库,Effective C++,C++ concurrency in Action, Linux多线程服务端编程 读取数量不定的输入数据 while内返回其左侧运算符,即std:cin, 当istream作为条件 ...
分类:编程语言   时间:2019-12-13 22:06:55    阅读次数:113
reentrant,thread-safe 和 async-signal-safe
可重入,线程安全和异步信号安全POSIX定义: Reentrant Function A function whose effect, when called by two or more threads, is guaranteed to be as if the threads each exe ...
分类:其他好文   时间:2019-12-11 21:04:41    阅读次数:100
第一章 数据结构与算法
1.1 算法 1.1.1 算法的基本概念 所谓算法是指解题方案的准确而完整的描述。 对于一个问题,如果可以通过一个计算机程序,在有限的存储空间内运行有限长的时间而得到的结果,则称这个问题是算法可解的。 但算法不等于程序,也不等于计算方法。 算法的基本特征: (1) 可行性(Effectiveness ...
分类:编程语言   时间:2019-12-04 18:34:06    阅读次数:133
Indirect modification of overloaded element of api\life\model\NewsModel has no effect
最近遇到了一个这样的问题。 起因是我的代码: $user['order']=$order->alias('a') ->join('shop w','a.pid = w.id','left') ->where('a.userid',$data['id']) ->field('a.*,w.pic') - ...
分类:Windows程序   时间:2019-12-03 16:47:51    阅读次数:133
组件设计 —— 重新认识受控与非受控组件
<! more 重新定义受控与非受控组件的边界 "React 官网中" 对非受控组件与受控组件作了如图中下划线的边界定义。一经推敲, 该定义是缺乏了些 和`严谨性`的, 比如针对非表单组件(弹框、轮播图)如何划分受控与非受控的边界? 又比如非受控组件是否真的如文案上所说的数据的展示与变更都由 dom ...
分类:其他好文   时间:2019-11-23 19:48:17    阅读次数:62
jquery swiper3自定义切换效果的方法
jquery swiper3自定义切换效果的方法 <pre> <div class="swiper-slide"> <div class="wrapslide bg"> <img class="ani bg loadimg" swiper-animate-effect="fadeInUp" swip ...
分类:Web程序   时间:2019-11-13 22:02:29    阅读次数:361
776条   上一页 1 ... 8 9 10 11 12 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!