51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#rs
Head First PHP &MySQL学习笔记
最近一段时间在学习PHP,买了《HeadFirstPHP&MySQL》中文版这本书,之前买过《HeadFirst设计模式》,感觉这系列的书籍总体来说很不错。 HeadFirst系列丛书的官网为:http://www.headfirstlabs.com/ ,有大概30本...
代码星球
·
2020-04-01
Head
First
PHP
MySQL
学习
PHP Record the number of login users
Connecttothedatabasefirst:youcancreateanewphpfile:Thefollowingcode:phpfilenameisconn.php<?phpheader("Content-type:text/html;charset=utf-8");$conn=mysql_conne...
代码星球
·
2020-04-01
PHP
Record
the
number
of
powershell 快捷键
文件夹类快捷键:1cd+路径进入目录2cd..返回上一层目录3cd...45mkdir+文件夹名建立文件夹 文件类notepad+文件名.后缀(比如.txt) ...
代码星球
·
2020-03-30
powershell
快捷键
CSS中:first-child伪类
使用:first-child伪类来选择作为某个元素的第一个子元素。这个特定伪类很容易遭到误解,所以有必要举例来说明。考虑以下标记:如下:html:<div><p>Thesearethenecessarysteps:</p><p>Do<em>not</em...
代码星球
·
2020-03-29
CSS
first-child
伪类
第三篇:Entity Framework CodeFirst & Model 映射 续篇 EntityFramework Power Tools 工具使用
上一篇 第二篇:EntityFrameworkCodeFirst&Model映射 主要介绍以FluentAPI来实作EntityFrameworkCodeFirst,得到了大家一些支持,其中就有一位同学就提出。熟悉了EntityFrameworkCodeFirst原理,就可以用微...
IT猿
·
2020-03-28
第三
Entity
Framework
CodeFirst
Model
[LeetCode] Longest Substring Without Repeating Characters (LinkedHashSet的妙用)
Givenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.Forexample,thelongestsubstringwithoutrepeatinglettersfor"abcabcbb"is"ab...
IT猿
·
2020-03-27
LeetCode
Longest
Substring
Without
Repeating
Why you need to understand garbage collection
I’vebeeninterviewinglotsofC#developersrecently,andoneofmystockquestionsis“howdoesthe.NETgarbagecollectorknowwhenyou’vefinishedusinganobject?&r...
IT猿
·
2020-03-27
Why
you
need
to
understand
BugFix:URL or HTTP headers are too long (IP=127.0.0.1)
错误提示:URLorHTTPheadersaretoolong(IP=127.0.0.1)com.caucho.server.dispatch.BadRequestException:URLorHTTPheadersaretoolong(IP=127.0.0.1)Resin/4.0.27Server:'app-0'官方...
IT猿
·
2020-03-27
BugFix
URL
or
HTTP
headers
Airbnb/Apache Superset – the open source dashboards and visualization tool – first impressions and link to a demo
https://assemblinganalytics.com/post/airbnbapache-superset-first-impressions-and-link-to-a-demo/TodayIspentsometimelookingintoSuperset,theanalyticsandBIopensour...
IT猿
·
2020-03-27
and
Airbnb
Apache
Superset
the
Universal USB Installer – Easy as 1 2 3
UniversalUSBInstaller akaUUIisa LiveLinuxBootableUSBCreator thatallowsyoutochoosefromaselectionofLinuxDistributionstoputonyourUSBFlashDrive.TheUn...
IT猿
·
2020-03-27
Universal
USB
Installer
Easy
as
How to change from default to alternative Python version on Debian Linux
https://linuxconfig.org/how-to-change-from-default-to-alternative-python-version-on-debian-linuxYourDebianLinuxinstallationmayincludemultiplepythonversionsandth...
IT猿
·
2020-03-27
to
How
change
from
default
How to fix ERR_SSL_VERSION_INTERFERENCE on Chrome?
https://ugetfix.com/ask/how-to-fix-err_ssl_version_interference-on-chrome/QuestionIssue:HowtofixERR_SSL_VERSION_INTERFERENCEonChrome?Hello.Ihavebeenhavingproble...
IT猿
·
2020-03-27
How
to
fix
ERR
SSL
express+handlebars 快速搭建网站前后台
最近在重构公司网站,原来网站使用PHP,前后端不分离,添加与更新网站内容仍使用原始方法,先出布局再把调好的布局给PHP后端开发,花时间长,维护不易。因此决定将网站前后端分离,核心功能含网站下单及CRM仍使用PHP,网站内容展示及添加分离。公司网站集会员、产品订单、CRM三大主要功能为一体开发,前端与后端不分离,随着时间...
IT猿
·
2020-03-26
express+handlebars
快速
建网
站前
后台
PHP 版本判断 version_compare() 函数
在度娘中简单的找了下,判断当前PHP的版本是否高于某个版本,或者低于某个版本的方法显示的结果基本上都是一样的,好吧,要不是我忘记了version_compare()这个函数我才不会去找度娘,果断找以前的代码php手册中是这么描述 version_compare()函数的:version_compare()&n...
IT猿
·
2020-03-26
PHP
版本
判断
version
compare
codeigniter框架The URI you submitted has disallowed characters错误解决方法
CI中URI传递参数时,出现:TheURIyousubmittedhasdisallowedcharacters.错误 。原因:这是由于uri中存在CI不允许的字符 。解决办法:在config/config.php文件中,找到复制代码 代码如下:$config[permitted_uri_...
IT猿
·
2020-03-26
codeigniter
框架
The
URI
you
首页
上一页
...
153
154
155
156
157
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他