入门客AI创业平台(我带你入门,你带我飞行)
博客笔记
06
2017-12
thinkphp5使用load和use引入第三方类 2017-12-06
一、使用Load 1、在extend文件夹下面放extend/mail/phpmailer.php文件; 2、在applicatioon/index.php文件中写入 define("EXTEND_PATH", "../extend/"); 3、在index控制器中引用 use thin
09
2017-07
Thinkphp5配置文件及配置类记录 2017-07-09
Thinkphp5.0.1 配置文件:惯例配置(convention.php)、应用配置(config.php)、扩展配置、场景配置、模块配置、动态配置。 config.php、database.php、route.php

			
				tp5 配置和运行(本地)
tp5 配置和运行(本地) 2017-11-17
1.找到你本地的运行环境vhost.conf文件,将以下代码添加进去:    Listen 200 DocumentRoot E:/dinging/public/ ServerName localhost 2.找到第二个文件host:配置
25
2013-12
android JNIEnv实现 2013-12-25
当用到JNI时,总不明白JNIEnv这个东东是个啥,有啥用;这次总算在源码中找到了它的实现,做个记录。。。。 android_source_code_dirdalviklibnativehelperinc

			
				接触qt来第一个坑:Could not create directory "E:oyslQTError in " Util.asciify("build-untitle
接触qt来第一个坑:Could not create directory "E:oyslQTError in " Util.asciify("build-untitle 2017-08-14
: Could not create directory "E:oyslQTError in " Util.asciify("build-untitled-Desktop_Qt_5_6_2_MSVC2015_64bit-Debug")": TypeError: Property "asciify" of object Core::Internal::UtilsJsExtension

			
				JNI中C调用Java方法
JNI中C调用Java方法 2016-06-08
本文转载自:http://www.cnblogs.com/xitang/p/4174619.html 1. 在同一个类中,调用其他方法 JNIEXPORT void JNICALL Java_cn_itcast_ndkcallback_DataProvider_callmethod1 (JNIEnv * env, jobject o
20
2017-07
QT出现错误 解决方案 2017-07-20
15:14:05: 为项目demo-1执行步骤 ... 15:14:05: Could not create directory "D:QTdemoError in " Util.asciify("build-demo-1-Desktop_Qt_5_6_2_MinGW_32bit-Debug")": TypeError: Property "asciify
23
2017-12
Android jni系统变量、函数、接口定义汇总 2017-12-23
/*  * Copyright (C) 2006 The Android Open Source Project  *  * Licensed under the Apache License, Version 2.0 (the "License");  * you may not use this file except in compliance with the Licen
22
2014-08
如何在Python中使用urllib2 2014-08-22
原文见 http://www.pythonforbeginners.com/python-on-the-web/how-to-use-urllib2-in-python/ Overview While the title of this posts says "Urllib2", we are going to show some examples where you
17
2014-06
python urllib2 模块异常处理方法 2014-06-17
 urllib2模块中最重要的函数是urlopen()函数,用于获取URLs资源(Uniform Resorce Locators)。urlopen函数不仅可以用于简单的情况,还可以进行复杂情况下