码迷,mamicode.com
首页 >  
搜索关键字:writing    ( 842个结果
C-01 手写数字识别
[TOC]更新、更全的《机器学习》的更新网站,更有python、go、数据结构与算法、爬虫、人工智能教学等着你:https://www.cnblogs.com/nickchen121/# 手写数字识别应用程序# 一、导入模块```pythonimport osimport pylabimport n... ...
分类:其他好文   时间:2019-10-16 17:48:10    阅读次数:109
LVM
Linux LVM分区之VG扩容、LV扩容、LV缩减、LVM快照 1 32,658 次 A+ 所属分类:Linux Linux基础 摘要 LVM是 Logical Volume Manager(逻辑卷管理)的简写,它是Linux环境下对磁盘分区进行管理的一种机制,它由Heinz Mauelshage ...
分类:其他好文   时间:2019-10-11 01:31:19    阅读次数:120
一次神奇的JVM调优
老张接个新项目,项目可是不小,好多模块。使用Intellij import new project, 结果卡在writing class中,而且mac的风扇一直转,像是要变成直升机起飞。 等啊等,intellij给出提示increase heap size,得,加大,400增到800,内存大任性。老 ...
分类:其他好文   时间:2019-10-11 00:26:39    阅读次数:113
记录一次mysql执行异常(磁盘空间)
执行sql报如下异常: class java.sql.SQLException:Error writing file '/tmp/MYIlD8gQ' (OS errno 28 - No space left on device)-Error writing file '/tmp/MYIlD8gQ' ...
分类:数据库   时间:2019-10-10 11:12:37    阅读次数:117
spring security控制session
spring security控制session本文给你描述在spring security中如何控制http session。包括session超时、启用并发session以及其他高级安全配置。 创建session时机我们可以准确地控制什么时机创建session,有以下选项进行控制: always ...
分类:编程语言   时间:2019-10-08 12:12:10    阅读次数:129
STAT2020 PREDICTIVE ANALYTICS
STAT2020 PREDICTIVE ANALYTICS – PROJECT S2/2019OVERVIEWThis assessment involves writing a report that summarises a statistical learning related invest ...
分类:其他好文   时间:2019-10-04 19:01:07    阅读次数:82
Installation of SAP on RAC with Oracle ASM(转)
I am writing this blog , as i faced issue on installing SAP system on oracle RAC with ASM. When i raised a message with SAP , SAP told me to install S ...
分类:数据库   时间:2019-09-27 19:39:47    阅读次数:159
Linux命令行基础
本文内容根据Linux Command Line Basics & Excaples进行改编 Linux命令行简要介绍 AT&T公司于20世纪70年代发布了UNIX系统。经过多年的发展,Unix不再是某一个具体操作系统的名称,而是对遵循Unix规范、设计和哲学的一类操作系统的统称。还有一些操作系统, ...
分类:系统相关   时间:2019-09-01 16:27:36    阅读次数:158
ios开发之NSData
NSData用于保存字节数组。 初始化 - (instancetype)initWithBytesNoCopy:(void *)bytes length:(NSUInteger)length freeWhenDone:(BOOL)b; 初始化对象。 不进行复制字节数组操作,直接设置字节指针为byte... ...
分类:移动开发   时间:2019-08-26 14:40:53    阅读次数:90
[bfs,深度记录] East Central North America Regional Contest 2016 (ECNA 2016) D Lost in Translation
Problem D Lost in Translation The word is out that you’ve just finished writing a book entitled How to Ensure Victory at a Programming Contest and req ...
分类:其他好文   时间:2019-08-20 20:38:23    阅读次数:85
842条   上一页 1 ... 7 8 9 10 11 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!