码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
[Paper Review]Distilling the Knowledge in a Neural Network,2015
Analogy: Many insects have a larval form that is optimized for extracting energy and nutrients from the environment and a completely different adult f ...
分类:Web程序   时间:2020-01-27 13:47:03    阅读次数:85
MinGW build of Squid-3.5
# Debian Packages Required:## mingw-w64# provides GCC cross-compiler. GCC 4.9.1 or later required.## mingw-w64-tools# provides pkg-config and other bu... ...
分类:其他好文   时间:2020-01-26 20:52:56    阅读次数:66
macos 给黑果果配置Java开发环境
1.JDK 打开终端(从启动台找到[Other]文件夹找到bash终端), 输入命令: java -version 如果你电脑没有JDK,它会弹框提醒你,并且输出文本如第一行[如图红框] 有的话,就会刷刷刷出来好多字。 JDK13 : https://www.oracle.com/technetwo ...
分类:编程语言   时间:2020-01-24 17:11:49    阅读次数:128
LeetCode 708. Insert into a Sorted Circular Linked List
原题链接在这里:https://leetcode.com/problems/insert-into-a-sorted-circular-linked-list/ 题目: Given a node from a Circular Linked List which is sorted in ascen ...
分类:其他好文   时间:2020-01-24 12:07:34    阅读次数:87
getchar()解决“输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数”
(1)getchar()函数的作用是从计算机终端(一般为键盘)获取一个无符号字符。getchar()函数只能接收一个字符,其函数值就是从输入设备获取到的字符。 该函数声明在stdio.h头文件中,使用的时候要包含stdio.h头文件。如: #include<stdio.h> int getchar( ...
分类:其他好文   时间:2020-01-23 14:10:07    阅读次数:87
Vue源码之 $emit
比如this.$emit('functionName',otherArguments),这里的this是一个Vue实例 $emit和v-on是一路的 组件节点上的v-on和真实节点上的v-on不一样,前者的v-on的方法key-value键值对会保存在组件的虚拟节点中,再传递给组件的parentLi ...
分类:其他好文   时间:2020-01-23 09:42:09    阅读次数:125
MySQL本地用IP登陆而非socket
##想当然的指定hostname和端口。。。。失败[root@mysql01~]#/opt/mysql/bin/mysql-uroot-hlocalhost-P3307-pEnterpassword:ERROR2002(HY000):Can‘tconnecttolocalMySQLserverthroughsocket‘/tmp/mysql.sock‘(2)##正确方法,指
分类:数据库   时间:2020-01-23 00:00:37    阅读次数:134
netty 的 Recycler
netty 是用 Recycler 实现对象池。 每个线程有一个 ThreadLocalMap 变量,ThreadLocalMap 本质是一个哈希表,用 index + 1 来避免槽冲突,键是 ThreadLocal 变量,值是尖括号里的对象。netty 里面大量使用 ThreadLocal,目的是 ...
分类:Web程序   时间:2020-01-22 22:02:32    阅读次数:113
eclipse 中的DFS Location 找不到了(已解决)
最近打开eclipse 后忽然发现 DFS Location 又找不到了 下面是打开顺序 windows -> perspective->open perspective -> other ->找到 Map/Reduce就可以打开了 ...
分类:系统相关   时间:2020-01-22 21:51:38    阅读次数:138
PHPStorm 最新版下载
2019最新版phpstorm 包含其他版下载地址 https://www.jetbrains.com/phpstorm/download/other.html ...
分类:Web程序   时间:2020-01-22 18:36:28    阅读次数:115
5856条   上一页 1 ... 42 43 44 45 46 ... 586 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!