码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
SQL查询结果自定义排序
一般情况之下,我们可以使用ORDER BY ...ASC或DESC来做查询排序。如: SELECT * FROM [dbo].[SalesPerformance] ORDER BY [Salesman] ASC GO Source Code 如果需要求某一些值先排在前面,其余的数据再按规则排序,如S ...
分类:数据库   时间:2020-02-20 09:30:24    阅读次数:105
[AST Babel] Create a simple babel plugin
For example, we have the source code: getVersison('3.4.5') function getVersion(versionString) { const versionRegex = /(\d)\.(\d)\.(\d+)/ const [, majo ...
分类:其他好文   时间:2020-02-19 21:14:01    阅读次数:75
常用 Jenkins 配置
General Use custom workspace Directory: d:\xxx\xxx Source Code Management Git plugin Git Repositories Repository URL: Credentials: ... Branches to bui ...
分类:其他好文   时间:2020-02-14 18:42:04    阅读次数:194
Personal experience on source code management(Git)
1.Understand Distributed SCM; 2.Check in your source code correctly and elegantly ...
分类:其他好文   时间:2020-02-14 00:46:28    阅读次数:58
高并发实战
高并发实战学习 参考书籍 "Netty,Redis,ZooKeeper高并发实战" 作者 尼恩 代码链接https://gitee.com/sfasdfasdfsdf/netty_redis_zookeeper_source_code.git Netty netty是JBOSS提供的一个JAVA开源 ...
分类:其他好文   时间:2020-02-09 11:39:21    阅读次数:55
Function Decorators and Closures
Function decorators let us "mark" functions in the source code to enhance their behavior in some way. This is powful stuff, but mastering it requires ...
分类:其他好文   时间:2020-02-03 09:19:37    阅读次数:81
杭电oj_2035——人见人爱A^B(java实现)
原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=2035 思路:(网上学来的,偏向数学的不咋懂/捂脸)每次乘法的时候都取后三位(可能有些含糊,直接看代码吧,一看就懂) source code: package hduoj; import java.uti ...
分类:编程语言   时间:2020-02-01 17:56:51    阅读次数:120
Compile OpenSSL with Visual Studio 2019
1. Download OpenSSL source code from https://github.com/openssl/openssl/releases. 2. Download and install ActivePerl from https://www.activestate.com/ ...
分类:其他好文   时间:2020-01-30 12:56:22    阅读次数:110
vs 编译 openssl
Extract the source code to a new clean folder - failed appempts seem to leave a lot of crapDownload Nasm.exe if you don't already have it - http://www... ...
分类:其他好文   时间:2020-01-24 14:30:07    阅读次数:115
MacOSX 安装 TensorFlow
是一个端到端开源机器学习平台。它拥有一个包含各种工具、库和社区资源的全面灵活生态系统,可以让研究人员推动机器学习领域的先进技术的。 准备 安装 Anaconda 安装的前提是系统安装了 Python 2.5 或更高版本,教程中的例子是以 Python 3.6(Anaconda 3 版)为基础设计的。 ...
分类:系统相关   时间:2020-01-21 23:40:32    阅读次数:99
706条   上一页 1 ... 4 5 6 7 8 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!