自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

howlowl

随手乱丢的无所属资料

  • 博客(6)
  • 收藏
  • 关注

转载 path, classpath, eclipse c++

   (一)Eclipse can't find my MinGW toolchain for C/C++Setting PATH variable, add something like: "C:\Program Files (x86)\mingw-w64\i686-6.2.0-win32-dwarf-rt_v5-rev1\mingw32\bin" DO COPY gcc.ex...

2018-01-31 22:06:07 197

原创 Global variables in PHP

global variable is variable declared outside any function, not local to any function.<?php $x = 2; function test1(){ global $x; echo $x; } function test2(){ global $x; //can also be re

2018-01-30 02:51:45 131

转载 编码问题python3 mysql

(一)https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/001431664106267f12e9bef7ee14cf6a8776a479bdec9b9000Unicode标准也在不断发展,但最常用的是用两个字节表示一个字符(如果要用到非常偏僻的字符,就需要4个字节)。现

2018-01-27 15:40:59 566

转载 PDO

mysql:<?php //1. Create a database connection $connection = mysql_connect("localhost", "root", "****"); if(!$connection){ die("Database connection failed: " . mysql_error()); } //2. Selec

2018-01-25 21:12:19 164

转载 Komodo IDE10 activestate.lic放哪里

win7 C:\Users\lenovo用户名\AppData\Roaming\ActiveStatehttp://club.topsage.com/thread-2769888-1-1.html

2018-01-17 03:23:30 641

原创 WAMP配置

--- Launch phpMyAdminWhen starting phpMyAdmin, you will be asked for a user name and password.After installing Wampserver 3, the default username is "root" (without quotes) and there is no passwor

2018-01-17 02:01:30 279

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除