码迷,mamicode.com
首页 >  
搜索关键字:php zend studio    ( 95483个结果
pipioj 1023: 巨人排队(贪心)
http://www.pipioj.online/problem.php?id=1023 每次把当前的放在能排的当中最矮的一队里就ok 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
分类:其他好文   时间:2021-03-15 11:32:55    阅读次数:0
[GXYCTF2019]BabyUpload
1. 题目过滤了.ph结尾的文件,不能使用php2、php3、phtml等等基础手段 2. 题目可以上传.jpg文件,但是内容貌似不能有php标志符。 3. 根据之前写题的经验改一下马 并且上传时抓包更改文件格式为image/jpeg 4. 上传Apache配置文件.htaccess 并且上传时抓包 ...
分类:其他好文   时间:2021-03-15 11:29:29    阅读次数:0
windows程序员开发linux程序的头一个月
开发环境选择 vim,vscode,qt,visual studio都可以做linux c++开发,但是作为windows程序员,最熟悉的还是visual stuio,加上visual studio 2019 支持cmake及linu开发,所以最终选择了visual studio 2019 + cm ...
分类:Windows程序   时间:2021-03-15 11:25:17    阅读次数:0
冒泡排序
上学时,排序几乎是考试必须要出现的,反而工作以后正经没用过排序,时间久了已经忘了排序有几种方法了。 下面就在复习一下用PHP排序 $number = array(5,8,3,7,4,6,2,9,1); 一、冒泡法:冒泡法其实原理很简单,就像一群人土匪选当家的,5跟8比,5打不过8,不换位置,8跟3比 ...
分类:编程语言   时间:2021-03-12 13:28:42    阅读次数:0
PHP链接xmpp,openfire新增用户,聊天室
https://blog.csdn.net/qq_35140728/article/details/77248281 1.到http://www.igniterealtime.org/projects/openfire/plugins.jsp下载一个插件REST API。这个插件的作用就是允许程序设 ...
分类:Web程序   时间:2021-03-12 12:32:39    阅读次数:0
php之yum安装
线上PHP环境的安装一般使用编译的方式,但是需要手动一个一个安装,这次使用yum来进行安装 1.安装EPEL源 rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 或者 yum install ...
分类:Web程序   时间:2021-03-11 20:48:12    阅读次数:0
C++ SDL2配置
C++ SDL2配置 参考视频教程https://www.bilibili.com/video/BV1gs411X7zz?p=1 下载SDL2地址:http://www.libsdl.org/download-2.0.php中下载开发库,我这里下载的是vc版的。 新建一个控制台的项目。将加压后的in ...
分类:编程语言   时间:2021-03-11 18:19:55    阅读次数:0
PHP之简单的文件上传
html构造表单 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <form method="post" action="upload_file.php" enctype="mul ...
分类:Web程序   时间:2021-03-11 10:30:42    阅读次数:0
pipioj 1026: a+b问题(简单模拟)
http://www.pipioj.online/problem.php?id=1026 1 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
分类:其他好文   时间:2021-03-10 13:26:07    阅读次数:0
Android
下载Android Studio:https://developer.android.google.cn/studio/ 如何用手机端进行UI设计 material:google出的一款开发规范(UI设计框架) APM 的全称是“Application Performance Management” ...
分类:移动开发   时间:2021-03-10 13:12:57    阅读次数:0
95483条   上一页 1 ... 30 31 32 33 34 ... 9549 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!