such as the title. the ORM of the framework uses illuminate, and if you remember correctly, it should be the same orm as laravel do not know how to execute a native query? ...
this is a good way to test that the controller has no problem writing ...
1. Recently learn yaf to see the manual said default routing, after a series of installation, enter the URL to show Hello World! I am Stranger this is normal! 2. But I create a new public function testAction method in the Index.php file under c...
I wrote a mysql database operation class, and then I wrote a model class for each table, and these model inherits the mysql database operation class. My mysql database operation class is in the form of a singleton class. Yesterday, when debugging the co...
this is an online tutorial, set up or no effect location = favicon.ico { log_not_found off; access_log off; } nginx will still report an error 2018 04 03 00:00:13 [error] 71-sharp71: *16 FastCGI sent in stderr: "PHP mess...
my demand: get the Monday and Sunday dates of the specified number of weeks according to the year and the number of weeks. public static String getWeek(String year, String num) { Calendar cal = Calendar.getInstance(); cal.set(Calendar.Y...
as follows, I have two functions written in promis form function one verifyGA(type){ let that = this; return new Promise((resolve,reject) => { that.$post( user verifyGA ,{ gaCode:that.gaCode, captchaType:...
how do I insert a picture in the mobile version? ...
current projects use vue, and native websocket. After logging in to the business, I use a unified js file as the entry for processing websocket, including websocket creation, connection, and message processing. I thought the message I was dealing with wa...
const address = () => import( @ views member address ) import Address from page member address what is the difference between the above two ways of introduction ...