自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(20)
  • 收藏
  • 关注

转载 svr code

#include <iostream> #include <sstream> #include <string> #include <windows.h> #include <TlHelp32.h> using namespace ...

2017-11-26 11:56:00 176

转载 win32 thread&socket

#include <windows.h> #define CM_FILE_SAVEAS 9072 #define CM_FILE_EXIT 9071 #define CM_FILE_OPEN 9070 #define CM_ABOUT 9069 #...

2017-11-11 11:33:00 374

转载 html tree&map

<!DOCTYPE html> <html style="height:100%;width:100%"> <head lang="en"> <meta charset="UTF-8"> <title>&l...

2017-10-03 10:08:00 120

转载 table test html

<!doctype html> <html lang = "en"> <head> <title> testbx </title> <meta charset = "utf-8"> <link rel="styles...

2017-08-26 14:41:00 327

转载 overview...html

<!DOCTYPE html> <html lang = "en"> <head> <title> testbx </title> <meta charset = "utf-8"> <link rel="style...

2017-08-26 14:37:00 205

转载 js example

<!doctype html> <html lang = "en"> <head> <title> testbx </title> <meta charset = "utf-8"> <link rel="styles...

2017-08-23 19:19:00 205

转载 getdat.php

<?php header("Content-Type: text/html; charset=utf-8") ; $date = $_GET['onlinedate']; $user = new mysqli(); if($user) { $user->connect("l...

2017-08-19 20:54:00 99

转载 html 5

<!doctype html> <html lang = "en"> <head> <title> Temperatures </title> <meta charset = "utf-8"> <link rel="...

2017-08-19 20:47:00 85

转载 linearlayout test

<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="...

2017-04-18 22:30:00 100

转载 写一个listview的adapter

package com.example.mgmt; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Collections; import java.util.Date...

2017-04-18 22:17:00 181

转载 注册一个用户

package com.example.mgmt; import java.io.IOException; import java.net.MalformedURLException; import java.net.SocketTimeoutException; import java.n...

2017-04-17 21:46:00 156

转载 ViewPager 初体验

private void initView() { mViewPager = (ViewPager) findViewById(R.id.id_viewpager); // tabs LayoutInflat...

2017-04-16 23:34:00 140

转载 andriod学习之二(简单登录)

package com.example.mgmt; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; ...

2017-04-16 23:23:00 80

转载 Android 学习之一(welcome)

import android.content.Intent; import android.graphics.PixelFormat; import android.os.Handler; import android.util.Log; import android.view.Windo...

2017-04-16 23:21:00 108

转载 一个简单的welcome界面

package com.example.mgmt; import android.app.Activity; import android.os.Bundle; import android.content.Intent; import android.graphics.Pixe...

2017-04-15 05:26:00 539

转载 一个简单的Index

<?php // 显示所有信息,默认显示 INFO_ALL phpinfo(); // Show just the module information. 仅仅显示PHP模块信息, // phpinfo(8) 返回同样的结果。 phpinfo(INFO_MODULES); ?&gt...

2017-04-15 02:58:00 173

转载 PHP + Mysql 学习之三(获取数据)

<?php header("Content-Type: text/html; charset=utf-8") ; $distributeId = $_GET['distributeId']; $user = new mysqli(); if($user) { $user-&...

2017-04-15 02:57:00 97

转载 PHP +Mysql 学习之二(一个注册信息)

<?php header("Content-Type: text/html; charset=utf-8") ; $account = $_GET['account']; $password = $_GET['password']; $phone = $_GET['phone']; ...

2017-04-15 02:55:00 80

转载 PHP 访问mysql的学习心得之一(登录)

用PHP加mysql写的一个login <?php $username = $_GET['account']; $password=$_GET['pwd']; $user = new mysqli(); if($user) { $user->connect("localhos...

2017-04-15 02:52:00 188

转载 It's a test

it's a test 转载于:https://my.oschina.net/u/3428739/blog/879945

2017-04-15 02:50:00 10232

空空如也

空空如也

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

TA关注的人

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