摘要: 引用来自 http://blog.csdn.net/angus_17/article/details/9002379 电脑无法远程的原因较多。以下为部分原因。 首先,确定你的ip地址是否正确, 其次,在被远程的机器上开启远程--开始菜单--右键点击“计算机”--属性--远程设置--允许运行任意版本远 阅读全文
posted @ 2017-09-21 17:05 Freeloop_嘉 阅读(1611) 评论(0) 推荐(0)
摘要: $fontcolor=imagecolorallocate($image,rand(0,100),rand(0,100),rand(0,100));//随机的rgb()值可以自己定 $fontcolor=imagecolorallocate($image,rand(0,100),rand(0,100 阅读全文
posted @ 2017-09-03 18:13 Freeloop_嘉 阅读(8764) 评论(0) 推荐(0)
摘要: 暂时简单放置一下代码 全部放在php内 后期 再修改 阅读全文
posted @ 2017-05-16 15:18 Freeloop_嘉 阅读(347) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data; using System.Windows.Forms; using System.Data.OleDb;using 阅读全文
posted @ 2017-02-22 22:46 Freeloop_嘉 阅读(3077) 评论(0) 推荐(0)
摘要: /*(1) 建立一棵含有n个结点的二叉树,采用二叉链表存储建立结点的结构体类型; 按照先序遍历法将二叉树的序列给出; 动态申请内存空间存储新结点; 建立结点间的关系;(2) 前序(或中序、后序)遍历该二叉树*/#include<stdio.h>#include<malloc.h> // char D 阅读全文
posted @ 2016-12-04 16:15 Freeloop_嘉 阅读(507) 评论(0) 推荐(0)
摘要: #include<stdio.h>typedef int KeyType;#define LIST_SIZE 20typedef struct RecordType{ KeyType key; //OtherType other_data;}RecordType; typedef struct Re 阅读全文
posted @ 2016-12-03 19:46 Freeloop_嘉 阅读(548) 评论(0) 推荐(0)
摘要: <a href="http://182.92.99.74:8088/GIS/" target="_blank">测评网站</a> //添加一个 target="_blank"即可。 阅读全文
posted @ 2016-10-22 16:08 Freeloop_嘉 阅读(4740) 评论(0) 推荐(1)
摘要: 1.在application/config/database.php 中填写好数据库的相关内容 包括hostname username password database 等 2.新建一个文件 application/controllers/GuanliCon.php 代码如下 <?php clas 阅读全文
posted @ 2016-10-15 18:01 Freeloop_嘉 阅读(1740) 评论(0) 推荐(0)
摘要: 1.control层: GuanliCon层次 代码如下: <?phpdefined('BASEPATH') OR exit('No direct script access allowed'); class GuanliCon extends CI_Controller{ public funct 阅读全文
posted @ 2016-10-11 20:57 Freeloop_嘉 阅读(2215) 评论(1) 推荐(0)
摘要: <html> <?phpheader("Content-type:text/html;charset=utf-8");//中文防止乱码error_reporting(0);$page=$_GET['p']; //$pageSize='5'; $host="127.0.0.1";$username=" 阅读全文
posted @ 2016-09-06 18:58 Freeloop_嘉 阅读(488) 评论(0) 推荐(0)