《Slides Dev Web》 10. Rwd3https://browserdiet.com/ 4https://webdesignerwall.com/tutorials/responsive-design-in-3-steps 5https://developer.mozilla.org/fr/docs/CSS/Media_queries 2 { #nav { width: 200px; } #nav li {float: left; margin: comparent au viewport 6https://developer.mozilla.org/fr/docs/CSS/Media_queries 7https://blog.javierusobiaga.com/stop-using-the-viewport-tag-until-you-know-ho 8https://developer.apple.com/library/content/d Techniques, Tools and Design Strategies. [en ligne]. 22 juillet 2011. [Consulté le 6 novembre 2017]. Disponible à l'adresse : https://www.smashingmagazine.com/2011/07/responsive-web-design- techniques-tools-an0 码力 | 7 页 | 76.36 KB | 1 年前3
Laravel 5.0 Documentation
requirement allows us to use new PHP features such as traits to provide more expressive interfaces for tools like Laravel Cashier. PHP 5.4 also brings significant speed and performance improvements over PHP found in the cache documentation. The password reminder engine has been changed to provide greater developer flexibility when validating passwords, flashing status messages to the session, etc. For more information However, your .env file should not be committed to your application's source control, since each developer / server using your application could require a different environment configuration. If you are0 码力 | 242 页 | 1.44 MB | 1 年前3
《Slides Dev Web》 06. HTTP & AJAX
application/x-www-form-urlencoded userid=joe&password=guessme • Outils HTTP – CLI : curl – Browser dev tools • Exemples PATCH : mnot4 , SOA bits5 AJAX : Historique • Asynchronous Javascript And Xml • Buzzword crockford.com/ 20https://javascriptweblog.wordpress.com/2010/04/19/how-evil-is-eval/ 21https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/JSON/parse 9 var obj = jQuery.par message au client : myXHR.getResponseHeader("Status"); 22https://fetch.spec.whatwg.org/ 23https://developer.mozilla.org/fr/docs/Web/API/Fetch_API/Using_Fetch 24https://www.promisejs.org/ 25https://www.bennadel0 码力 | 11 页 | 91.09 KB | 1 年前3
Learning Laravelwith laravel-5.3 Remarks This section provides an overview of what laravel-5.3 is, and why a developer might want to use it. It should also mention any large subjects within laravel-5.3, and link out For other software such as NGINX, you can convert the Apache configurations using various online tools. The framework needs the web server user to have write permissions on the following directories: Installation Guide Remarks This section provides an overview of what laravel-5.4 is, and why a developer might want to use it. It should also mention any large subjects within laravel-5.4, and link out0 码力 | 216 页 | 1.58 MB | 1 年前3
The Laravel Handbook
framework of the month” kind of thing. Laravel has been around since 2011, well before modern frontend tools like React and Vue.js existed. It stood the test of time. And it evolved over the years to a serious install the extensions Laravel Extra Intellisense Laravel Artisan Laravel Blade Snippets PHP tools for VS Code We have a bunch of folders and a bunch of files. The first thing you’re going to look out of the box: 55 Laravel added a ton of resources to achieve this. Easily days of work for a developer, and it’s battle-tested code which you don’t want to write yourself, as it’s a quite important0 码力 | 111 页 | 14.25 MB | 1 年前3
《Slides Dev Web》 05. JavaScript & DOM
17http://www.hongkiat.com/blog/100-useful-bookmarklets-for-better-productivity-ultimate-list/ 18https://developer.mozilla.org/fr/docs/Web/JavaScript/Guide/Le_mod%C3%A8le_objet_JavaScript_en_d%C3%A9tai ls 19http://www 19http://www.w3schools.com/js/js_function_closures.asp 20https://www.promisejs.org/ 21https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise 22https://web.dev/articles/promises • Exemples30 d’applications 25https://en.wikipedia.org/wiki/Unobtrusive_JavaScript 26https://developer.mozilla.org/en/docs/Web/Events/DOMContentLoaded 27https://nodejs.org 28https://www.reddit.com/r0 码力 | 10 页 | 91.95 KB | 1 年前3
《Slides Dev Web》 04. HTML 5html5rocks.com/ 6https://developers.google.com/web/ 7https://www.chromeexperiments.com/ 8https://developer.mozilla.org/en-US/demos/tag/tech:html5 9https://html5demos.com/ 10https://letmegooglethat.com/?q=html5+demos 21https://developers.google.com/web/progressive-web-apps/checklist 22https://whatpwacando.today/ 23https://developer.chrome.com/blog/fugu-showcase/ 24https://github.com/hemanth/awesome-pwa 25https://appsco.pe/ 20 码力 | 3 页 | 29.58 KB | 1 年前3
《Slides Dev Web》 09. Services Web
important-is-rest-hateoas-maturity-level-3 28https://developers.google.com/products/ 29https://developer.yahoo.com/everything.html 30https://www.flickr.com/services/api/ 31https://dev.twitter.com/overview/api 34https://ping-api.com/ 35https://testsigma.com/blog/postman-alternatives/ 36http://graphql.org/ 37https://developer.github.com/v4/ 60 码力 | 6 页 | 47.90 KB | 1 年前3
Laravel 5.2 中文文档方法从数组中返回给定键对应的键值对列表: $array = [ ['developer' => ['name' => 'Taylor']], ['developer' => ['name' => 'Abigail']]]; $array = array_pluck($array, 'developer.name'); // ['Taylor', 'Abigail']; 'Abigail']; 你还可以指定返回结果的键: $array = array_pluck($array, 'developer.name', 'developer.id'); // [1 => 'Taylor', 2 => 'Abigail']; array_prepend() array_prepend 函数将数据项推入数组开头: $array = ['one', 'two', 'three'0 码力 | 377 页 | 4.56 MB | 1 年前3
Laravel 6.0 中文文档notified of any suspicious attempts to ac cess their account from // an unrecognized user. A developer may listen to this event as needed. $this->fireFailedEvent($user, $credentials); return false; 'abigail@example.com', 'position' => ' Developer'], ['email' => 'james@example.com', 'position' => 'De signer'], ['email' => 'victoria@example.com', 'position' => 'Developer'], ]) $employees->duplicates('position'); ('position'); // [2 => 'Developer'] duplicatesStrict() 该方法和 duplicates 方法使用方式类似,只不过所有值的比较使用 的都是「严格」模式。 each() each 方法迭代集合中的数据项并传递每个数据项到给定回调: $collection = $collection->each(function ($item, $key)0 码力 | 1442 页 | 14.66 MB | 1 年前3
共 16 条
- 1
- 2













