匠心不改,精益求精!
[ 登陆 - 注册 ]

相关分类

欢迎 小蝌蚪加大 的加入!

1

1

{template common/header}main{template common/footer}{$_G['username']}{DISCUZ_ROOT}{echo '51zuso'}{eval echo 123;}{eval} echo time();{/eval}{avat

修改以下内容为自已内容在后台安装并提交

D:\notepad++7.7.1\Notepad++下载emmet插件地址:http://download.emmet.io/npp/emmet-npp.zip下载  Python Script 1.0.8.0 ,插件用到的环境https://sourceforge.net/projec

不管是先有需求还是先有产品,天下攘攘只不过为碎银几两....bk.zip框架开发方案.zip看云手册 https://www.kancloud.cn/myphp123/mk_v1

arr = [1,2,3,4] #定义一个数组 [1, 2, 3, 4] arr.append(5) #添加一个元素 [1, 2, 3, 4, 5] arr.remove(1) #删除一个值为

数字类型 int()字符串类型 str()浮点类型 float()输出字符类型type()判断字符类型isinstance()判断整数转换为字符串a = 123 a = str(a) #转换为字符串 if isinstance(a,int):     p

import random  #导入random模块 num = random.randint(1,10) #生成一个0到10的随机数 print(num)

php-uglifyjs-master.zip// tp5引用JavascriptPacker类库//$buffer 为需要打包的js代码\think\Loader::import('.JavascriptPacker'); $jav = new \GK\javascriptPacker($b

在给网站杀毒时发现这串代码,意思是判断是搜索引擎来访问我们网站时,跳转到指定的网站去<script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu"

需要引入animate.min.css 这款动画css或者也可以直接使用七牛静态库的地址。<link href="http://cdn.staticfile.org/animate.css/3.5.2/animate.min.css" rel="stylesheet" />注意需要加上 animated 类

https://leafo.net/lessphp/

/*数组按指定元素key值分组 * @param $dataArr array 原二组数组 * @param $keyStr string 指定元素key值 * @return array */ public function d

链式操作的column方法column('要查询的字段','key等指定的字段')例:字段name值等于key值$nav = Db::name('nav')->order('sort asc')->column('*','name');

php正则表单式用括号"()"包含起来的部份内容等于匹配到的内容,赋值给变量$1、$2、$3....第一个()匹配到的内容,等于$1以此类推举例:要向的html代码中div标签添加一个内容$htmlCode = '<div>我的代码:</div>';$addC

在thinkphp核心文件中/thinkphp/library/think/Template.php  178行$cacheFile = $this->config['cache_path'] . $this->config['cache_prefix'] 

压缩cssfunction compress_css($buffer) {  /* remove comments */  $buffer = preg_replace("!/\*[^*]*\*+([^/][^*]*\*

自定义函数/**  * 字符串只替换一次  * @param string $needle 需要替换的字符串  * @param string $replace 替换后的字符串  * @param&nbs