I'm an inline-style link with title
[I'm a reference-style link][Arbitrary case-insensitive reference text]
I'm a relative reference to a repository file
[You can use numbers for reference-style link definitions][1]
| -(BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options { | |
| NSLog(@"Opened by url %@", url.query); | |
| NSDictionary *params = [self parseURL:url]; | |
| for(id key in params) | |
| NSLog(@"key=%@ value=%@", key, [params objectForKey:key]); | |
| NSString *amount = [params objectForKey:@"amount"]; | |
| self.amount = [amount intValue]; | |
| [[NSUserDefaults standardUserDefaults] setObject:amount forKey:@"amount"]; |
I'm an inline-style link with title
[I'm a reference-style link][Arbitrary case-insensitive reference text]
I'm a relative reference to a repository file
[You can use numbers for reference-style link definitions][1]
#include <stdio.h>
void fifo(int chuoi_tham_chieu[], int size, int so_khung_trang)
{
int z;
for(z = 0; z < size; z++) {
printf("%d ", chuoi_tham_chieu[z]);Cái này là ul của AutoComplete sinh ra, mặc đinh có display là none
<ul id="ui-id-1" tabindex="0" class="ui-menu ui-widget ui-widget-content ui-autocomplete ui-front" style="display: none; top: 32px; left: 50.6875px; width: 197px;"><li class="ui-menu-item"><div id="ui-id-3" tabindex="-1" class="ui-menu-item-wrapper">ActionScript</div></li></ul> $(tr).find('input.form-control').keydown(function (e) {
// Select cái ul của autocomplete, nếu có kết quả khác null thì mới thực hiện mấy cái dưới| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| [ | |
| { "keys": ["j", "j"], "command": "exit_insert_mode", | |
| "context": | |
| [ | |
| { "key": "setting.command_mode", "operand": false }, | |
| { "key": "setting.is_widget", "operand": false } | |
| ] | |
| } | |
| ] |