search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

typecho

typecho

Follow
student

Following the voice in heart.

Follow 0
fans 0
integral 0
Use php echo to output html, how to output variables correctly

For example {code...} How to correctly output variables in echo html? Thanks

2017-07-07 10:35:00Ask
PHP
I would like to ask, is the c/c++ source code of the android so library compiled by weex open source?

I would like to ask, is the c/c++ source code of the android so library compiled by weex open source?

2017-07-06 10:36:16Ask
Android
javascript - sublime development react plug-in recommendation

Sublime development react plug-in recommended???

2017-07-05 11:07:24Ask
JavaScript
javascript - When traversing Vue's v-for, can the index value be controlled at a maximum value and output back and forth?

Regarding Vue's v-for traversal, can the index index value be controlled to cycle back and forth at a maximum value? Attached is the jsfiddle code address, click to go to jsfiddle preview code>> Code: {code...} {code...} For example, if you want the maximum index value of the loop to be 2, the expected result is as follows...

2017-07-05 11:02:34Ask
JavaScript
javascript - csp issues when developing Google plug-ins with vue

I want to use vuejs and some component libraries to develop a Google plug-in, but due to the content security policy (csp), JavaScript features such as eval() new Function() cannot be used, so vue cannot be used normally. The official document only vaguely talks about this part. For a moment.

2017-07-05 11:02:25Ask
JavaScript
javascript - vue-router

What I want to achieve is this. When clicking on the product, the content in the goods will be displayed.

2017-07-05 11:00:21Ask
JavaScript
javascript - I want to use rxjs when writing weex applications, how to configure it?

Because I am developing for Andorid, I don't know how to configure the package.json and webpack.config.js files before they can be used.

2017-07-05 10:59:59Ask
JavaScript
javascript - How to pass callback closure parameters to external environment variables in JS

Like the question, how to pass the formal parameter data in the closure to the external variable {code...} Using assignment can only ensure that the data in the closure is valid. It will be invalid after exiting. Using new to allocate memory has no effect. I am short of time and have no time. I’m learning JS, so I’m shameless enough to ask>3<

2017-07-05 10:59:29Ask
JavaScript
javascript - js determines whether an array is repeated

How does js determine that there are duplicate values ​​in an array object, and delete the duplicate values ​​and keep only one, such as var arr = [{name:'a'},{name:'b'},{name:'c'},{ name:'d'},{name:'a'}] How to compare

2017-07-05 10:57:12Ask
JavaScript
javascript - Questions about ajax asynchronous

Async defaults to true, which is an asynchronous mode. After $.Ajax is executed, the script behind ajax will continue to be executed until the server returns data, and the success method in $.Ajax is triggered. At this time, two threads are executed. If you set it to false, all requests are synchronous requests,...

2017-07-05 10:52:26Ask
JavaScript