随笔分类 - php
摘要:<html lang="en"> <head> <meta charSet="UTF-8"> <title>Title</title> <style> .cart-list { padding: 4px; } .cart-item { position: relative; width: 100%;
阅读全文
摘要:git config --list git config --global user.name "Your Name" git config --global user.email "email@example.com" 创建SSH KEY ssh-keygen -t rsa -C "yourema
阅读全文
摘要:单例模式,说白了就是说一个类只能实例化一次 db类、config类都会用到,经常用的类 减少new的次数 <?php class Single { private static $_instance = null; private function __construct() { } private
阅读全文

浙公网安备 33010602011771号