码迷,mamicode.com
首页 >  
搜索关键字:phpadmin web httpd mysql    ( 194088个结果
最近面试的题目(WEB、Service、SQL、JavaScript)
整理一下最近面试被问到的主要题目。由于本人主要是做WEB及WEB SERVICE这块,使用的语言主要是C#,数据库主要用到的也是MSSQL。所以就分成这些块来整理(有些是在面试之后才意识到回答不对),也包括部分别人被问及的。一、HTML、CSSposition有哪几种值,各是怎么使用的?一个左右部局...
分类:数据库   时间:2014-04-29 16:03:38    阅读次数:566
MySQL死锁[转]
案例描述 在定时脚本运行过程中,发现当备份表格的sql语句与删除该表部分数据的sql语句同时运行时,mysql会检测出死锁,并打印出日志。两个sql语句如下: (1)insert into backup_table select * fromsource_table (2)DELETE FROM s...
分类:数据库   时间:2014-04-29 15:28:42    阅读次数:775
MySQL : interactive_timeout v/s wait_timeout
Most of the database intensive applications are worring about the default values of these variables obviously. Developers used to inform me that they ...
分类:数据库   时间:2014-04-29 15:26:38    阅读次数:739
生产环境中的PHP WEB 简单架构
使用三台虚拟机器, Ubuntu1(nginx) 192.168.226.128 Ubuntu2(php-fpm+memcached)192.168.226.132 CentOS(MySQL)192.169.226.130PHP 框架使用CakePHP,这个是很常用的MVC 框架,基于事件的分...
分类:Web程序   时间:2014-04-29 15:24:41    阅读次数:477
下坠的小鸟(flappy bird)速算版
下坠的小鸟速算版是根据著名的像素鸟(flappy bird)改编而成的一款运行在pc web上的游戏,它跟传统的玩法稍有不同,你必须时刻计算当前数字的倍数,以便为通过下一个数字缺口做准备,而不仅仅只是通过当前缺口。这不仅考验着您的速算功力,还对您的兼顾能力发起了挑战。ready? Go!http:/...
分类:移动开发   时间:2014-04-29 14:50:47    阅读次数:502
IE11下Forms身份认证无法保存Cookie的问题
ASP.NET中使用Forms身份认证常见的做法如下:1. 网站根目录下的Web.config添加authentication节点 2. 在manager子目录下添加Web.config文件并加入下面的内容: 这样,用户...
分类:其他好文   时间:2014-04-29 14:23:02    阅读次数:497
Using MySQL Connector .NET 6.6.4 with Entity Framework 5
I had been waiting for the latest MySQL connector for .NET to come out so I can move on to the new and sleek Visual Studio 2012 for my projects. Found...
分类:数据库   时间:2014-04-29 14:17:54    阅读次数:753
EF MySql 配置文件
1 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 ...
分类:数据库   时间:2014-04-29 14:13:53    阅读次数:669
web.xml格式(避免eclipse更新延迟-3.0版)
Index.jsp struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts...
分类:Web程序   时间:2014-04-29 13:57:27    阅读次数:510
java连接mysql
1.下载jar包 网址:http://dev.mysql.com/downloads/ -->点击:"MySQL Connector/J 5.1 — Generally Available (GA) release (recommended)" -->点击:(mysql-connector-java...
分类:数据库   时间:2014-04-29 13:33:48    阅读次数:611
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!