码迷,mamicode.com
首页 >  
搜索关键字:sep    ( 2064个结果
关于mysql中文乱码的问题
今天编程的时候,将中文存入mysql出现中文乱码问题,在网上查资料终于解决: 首先刚开出现的是问号: 然后我查阅资料,首先看了一下自己mysql的编码格式 于是按照网上说的去改my.ini配置文件,这里我要特别说明一下:一定要改成utf8,而不是utf-8,否则重启服务会报1067错误 然后修改完成 ...
分类:数据库   时间:2017-02-07 19:19:44    阅读次数:362
OpenSSL的命令行用法,以及参数大全
c:\openssl\bin>opensslOpenSSL> versionOpenSSL 1.0.2j 26 Sep 2016OpenSSL> https://wiki.openssl.org/index.php/Command_Line_Utilities 官方的安装手册: https://gi ...
分类:其他好文   时间:2017-02-07 01:17:42    阅读次数:316
Python中os和shutil模块实用方法集锦
# os 模块os.sep 可以取代操作系统特定的路径分隔符。windows下为 '\\'os.name 字符串指示你正在使用的平台。比如对于Windows,它是'nt',而对于Linux/Unix用户,它是 'posix'os.getcwd() 函数得到当前工作目录,即当前Python脚本工作的目 ...
分类:编程语言   时间:2017-02-05 15:25:36    阅读次数:229
coursera:machine learing--code-3
Informally, the C parameter is a positive value that controls the penalty for misclassi?ed training examples. A large C parameter tells the SVM to try ...
分类:系统相关   时间:2017-02-05 14:56:29    阅读次数:402
We Chall-Prime Factory-Writeup
We Chall-Prime Factory-Writeup ...
分类:其他好文   时间:2017-02-05 13:46:42    阅读次数:131
Java中将InputStream读取为String, 各种方法的性能对比
Summarize other answers I found 11 main ways to do this (see below). And I wrote some performance tests (see results below):Ways to convert an InputSt ...
分类:编程语言   时间:2017-02-05 10:49:35    阅读次数:339
支持中文
\documentclass{article}\usepackage{CJK}\begin{document}\begin{CJK}{GBK}{song}卧槽\end{CJK}\end{document} ...
分类:其他好文   时间:2017-02-03 14:41:42    阅读次数:125
canvas制作倒计时炫丽效果
<!DOCTYPE html> <head> <title>canvas倒计时</title> <style> .canvas{ display: block; border: 1px solid #000; margin: 50px auto; } </style> </head> <body> ...
分类:其他好文   时间:2017-02-01 23:53:22    阅读次数:385
CodeForces 232E.Quick Tortoise
John Doe has a field, which is a rectangular table of size n?×?m. We assume that the field rows are numbered from 1 to n from top to bottom, and the f ...
分类:其他好文   时间:2017-01-26 18:08:44    阅读次数:257
POJ 2240 Arbitrage (spfa判环)
Arbitrage Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same cur ...
分类:其他好文   时间:2017-01-25 01:01:24    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!