JavaScript use Alert Dialog Prevent Page Refresh and Page Close Mis-Operate

In Weh Dev, Sometime we need Prevent Mis-Operate from Page Refresh and Page Close, JavaScript will help a lot here, this topic show how to use JavaScript Dialog to Prevent Mis-Operate Window Close and Window Refresh

Full Clone Data Object In Javascript

When Coding Vue, found problem of full clone data Object(Array), solved by the follow code

Yii 2 set Gridview Content horizontal vertical centering

In Yii 2.0 framework, Gridview content align like left and bottom, this topic show how to set Gridview content horizontal and vertical centering
2017-06-13 10:22:11 0 Comments PHP Boy.Lee

AliYun SMS API return InvalidParamString.MalFormed error

The solution for InvalidParamString.MalFormed error that return from AliYun SMS API

Yii 2.0 GridView Remove Search and Sort Function

When coding with Yii 2.0 framework, GridView is really very powerful, but sometime we need remove Sort and Search functions, the follow code show how to do it.
2017-06-09 16:55:59 0 Comments iOS Boy.Lee

100% shut down iOS9.x auto system update

After installed iOS 9.x, the system always tell me new system level update, but I want keep the 9.x. Today found a way to stop system auto update function.

Yii 2.0 andFilterWhere null auto ignore

In Yii 2.0's search() function, if try use andFilterWhere and null together, the generated SQL will auto skip the null one, this topic show how to fix it.

Yii2 Form Label Control

Form is very popular in Yii2, this topic show how to control label in Yii 2.0 framework

2017 Hackintosh Guide(Win7 64 + Mac 10.11.6)

Based On Intel Skylake Platform(Gigabite z170x-UD3+6600K+SM951+EVGA 970), install Win7 64 and Mac 10.11.6 together, original tutorial. Include all detail steps, can be 100% repeat.

Yii 2.0 Use UrlManage generate front-end URL in backend

In Yii 2.0 Framework, sometime need generate front-end URL in backend, this topic show how to do it.

Yii 2.0 Use Ajax manage Gridview datatable

Yii 2.0 Use Ajax manage Gridview datatable

Mac OS X El Capitan(10.11.6) remove Developer Category out Spotlight search result

Mac OS X El Capitan(10.11.6)'s Spotlight Search is very useful, but by default it will show Developer Category in result and can't cancel it, this topic show how to remove it out result list
2017-03-15 13:47:27 0 Comments Linux Boy.Lee

Centos use Mailx send SMTP Mail

Centos use Mailx and third part SMTP server send mail
2017-03-13 11:24:10 0 Comments Nginx Boy.Lee

Nginx List Folder's Files Structure, Size, Modify Info

In some Nginx Dev condition, need list the folder's all files with some info, can be done with the follow config
2017-03-08 13:16:15 0 Comments Vue Boy.Lee

Different between npm install, npm install --save and npm install --save-dev

When use npm to manage package, will use --save and --save-dev, this topic used vuex as example to show the different
2017-03-03 16:00:48 0 Comments PHP Boy.Lee

PHP link break content not display correct in textarea

When use PHP try to output line break content to TextArea, may found "\n\r" not working, can be fixed by the follow way