xampp

SSDCRM客户关系管理系统发布原则

∥☆過路亽.° 提交于 2021-01-01 01:49:10
SSDCRM客户关系管理系统,每个月的中下旬发布下个月的用户体验安装包。程序包采用INNO-SETUP进行封装,360等杀软会误报,添加信任即可顺利安装(实在没办法,这款优秀的封装软件在国外很普遍,国内的杀软太不是东西,自己看不顺眼的东西都当病毒对待 )。本套体验包占用80 、3308端口,仅用于win环境下测试体验之用。 2013年2月28日的用户体验版下载地址: http://pan.baidu.com/share/link?shareid=190058&uk=3073149046&third=0 默认安装密码: ssdcrm 默认安装路径: D:\XAMPP 除了使用时间有限制,用户数与功能上面没有任何限制。本套程序集成了PDF用户手册,集成了用户模拟数据库与初始化数据库。大家在体验使用过程中,有什么问题可以随时与我们技术组沟通交流! 来源: oschina 链接: https://my.oschina.net/u/4313733/blog/4872616

Linux下搭建discuz论坛

删除回忆录丶 提交于 2021-01-01 01:30:55
discuz的论坛环境,可以在lampp系统上直接使用。 前提:先看linux的操作系统是多少位的,然后下载相应的安装包。 现以32位操作系统为例,取32位的xampp安装包xampp-linux-1.8.3-3-installer.run为例说明。 Discuz的搭建步骤. 一.linux下搭建lampp软件包 xampp上传到linux的/opt目录下 修改权限并安装 chmode 755 xampp-linux-1.8.3-3-installer.run sudo ./xampp-linux-1.8.3-3-installer.run 安装完成 lampp软件的打开 sudo /opt/lampp/lampp start 查看apache是否打开: ps -ef|grep httpd 查看mysql是否打开 ps -ef|grep mysql 关闭lampp sudo /opt/lampp/lampp stop 备注:如果最终没有停止,就强行杀掉, kill -9 pid 关闭防火墙 service iptables stop chkconfig iptables off --永久关闭 vi /opt/lampp/etc/proftpd.conf 编辑UseFtpUsers=on /opt/lampp/etc/extra下的http-xampp.conf下

20165201 2017-2018-2 《Java程序设计》第7周学习总结

*爱你&永不变心* 提交于 2020-12-30 04:30:29
20165201 2017-2018-2 《Java程序设计》第7周学习总结 教材学习内容总结 ###第十一章 连接数据库: Connection getConnection(java.lang.String, java.lang.String, java.lang.String) , Connection getConnection(java.lang.String) 条件与排序查询: where 子语句 排序 order by 子语句对记录进行排序 order by <字段名> 更新 update 表 set 字段 = 新值 where<条件子句> 添加 insert into 表(字段列表)value (对应的具体的记录) 删除 delete from 表名 where <条件子句> 事务:事务是由SQL语句组成的,事务处理是指:应用程序保证事务中的SQL语句要么全部都执行,要么一个都不执行 JDBC事务处理步骤 用setAutoCommit(booean b)方法关闭自动提交模式 用commit()方法处理事务 用rollback()方法处理事务失败 ##学习中的问题和解决过程 问题:我按照娄老师的教程下载并安装了xampp,之后在IDEA中进行了相关配置,但数据库一直连接不了...如下图: 问题解决方法:我问了我们班同样用Mac的同学,并在网上搜问题,结论就是

Thinkphp5.0快速入门笔记(1)

ε祈祈猫儿з 提交于 2020-12-25 03:38:42
学习来源与说明 https://www.kancloud.cn/thinkphp/thinkphp5_quickstart 测试与部署均在windows10下进行学习。 Composer安装和更新 Composer 是 PHP 用来管理依赖(dependency)关系的工具。可以在自己的项目中声明所依赖的外部工具库(libraries),Composer 会帮你安装这些依赖的库文件。 网址: https://www.phpcomposer.com/ 下载: https://getcomposer.org/Composer-Setup.exe ThinkPHP框架下载地址 [ Github ] 应用项目: https://github.com/top-think/think 核心框架: https://github.com/top-think/framework [ 码云 ] 应用项目: https://git.oschina.net/liu21st/thinkphp5.git 核心框架: https://git.oschina.net/liu21st/framework.git [ Coding ] 应用项目: https://git.coding.net/liu21st/thinkphp5.git 核心框架: https://git.coding.net/liu21st

Xdebug V3 doesn't stop breakpoints in VSCode

ぃ、小莉子 提交于 2020-12-23 07:52:41
问题 I am trying to debug on my XAMPP using VSCode and didn't worked. I know there are tons of questions about this and I've tried everything I can but still won't work. There is really 1 thing weird thou about my xdebug extension.I am currently using PHP v7.4.12 and Xdebug version 3. I know my Xdebug works on PHP because I viewed phpinfo() and it shows just how I set it. The weird part is among the many of the tutorials out there normally zend_extension = path.. , xdebug.remote_enable = 1 and

Xdebug V3 doesn't stop breakpoints in VSCode

别说谁变了你拦得住时间么 提交于 2020-12-23 07:51:47
问题 I am trying to debug on my XAMPP using VSCode and didn't worked. I know there are tons of questions about this and I've tried everything I can but still won't work. There is really 1 thing weird thou about my xdebug extension.I am currently using PHP v7.4.12 and Xdebug version 3. I know my Xdebug works on PHP because I viewed phpinfo() and it shows just how I set it. The weird part is among the many of the tutorials out there normally zend_extension = path.. , xdebug.remote_enable = 1 and

web渗透-sqli-labs-master 下载与安装

扶醉桌前 提交于 2020-12-19 10:02:37
注意事项,写在前面。 php版本一定要设置成 7 以下,7之后的mysql_都改成了mysqli_**了,用7以上版本的话会报错 ******************************************************************************************************************* sqli-labs 是一个非常好的学习sql注入的一个游戏教程,是一个印度程序猿的搬砖建造的,对于了解sqlmap的原理很有帮助。 sqli-labs下载 sqli-labs下载地址:https://github.com/Audi-1/sqli-labs 安装 首先安装phpstudy或者xampp 将下载的文件解压发在:phpstudy的WWW文件夹里 或者 xampp里面的htdocs文件夹里面 修改mysql文件的账号密码 在sqli-labs-master\sql-connections里面有个db-creds.inc文件,打开并修改账号密码 进入页面进行安装 打开网页输入:localhost/sqli-labs-master 点击第一个:Setup/reset Database for labs 出现下面页面为正确 安装完毕,你就可以happy的玩sql注入了 来源: oschina 链接: https://my

windows could not start the MySQL. service on local computer. Error 2 : The system cannot find the file specified

霸气de小男生 提交于 2020-12-16 06:22:52
问题 I am not able to start the MySQL server on my Windows system. When I tried in services.msc to run, I got this error: Starting it through the XAMPP control panel does not work either: Can you help me to solve this? 回答1: Open windows services (Start->run ->Services.MSC) Find service with name "Mysql Server" and check path, it should be something like that: "C:\Program Files (x86)\Parallels\Plesk\Databases\MySQL51\bin\mysqld.exe" "--defaults-file=C:\Program Files (x86)\Parallels\Plesk\Databases

windows could not start the MySQL. service on local computer. Error 2 : The system cannot find the file specified

人走茶凉 提交于 2020-12-16 06:16:35
问题 I am not able to start the MySQL server on my Windows system. When I tried in services.msc to run, I got this error: Starting it through the XAMPP control panel does not work either: Can you help me to solve this? 回答1: Open windows services (Start->run ->Services.MSC) Find service with name "Mysql Server" and check path, it should be something like that: "C:\Program Files (x86)\Parallels\Plesk\Databases\MySQL51\bin\mysqld.exe" "--defaults-file=C:\Program Files (x86)\Parallels\Plesk\Databases

windows could not start the MySQL. service on local computer. Error 2 : The system cannot find the file specified

独自空忆成欢 提交于 2020-12-16 06:11:19
问题 I am not able to start the MySQL server on my Windows system. When I tried in services.msc to run, I got this error: Starting it through the XAMPP control panel does not work either: Can you help me to solve this? 回答1: Open windows services (Start->run ->Services.MSC) Find service with name "Mysql Server" and check path, it should be something like that: "C:\Program Files (x86)\Parallels\Plesk\Databases\MySQL51\bin\mysqld.exe" "--defaults-file=C:\Program Files (x86)\Parallels\Plesk\Databases