#Add the Page Loader Div Add the below div right below the opening tag.
<div class="loader"></div>
#Add some CSS
.loader {
position: fixed;
left: 0px;
#!/bin/sh | |
# Config for SSL. | |
echo "--- Making SSL Directory ---" | |
mkdir /etc/nginx/ssl | |
echo "--- Copying $i SSL crt and key ---" | |
openssl req -nodes -new -x509 -keyout /etc/nginx/ssl/server.key -out /etc/nginx/ssl/server.crt -subj "/C=US/ST=NY/L=NYC/O=Dis/CN=www.example.com" | |
echo "--- Turning SSL on in nginx.conf. ---" |
Atom_backup |
package chuong_6; | |
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.util.HashMap; | |
import java.util.Iterator; | |
public class Bai6_3 { | |
public static void main(String[] args) throws IOException { |
<button type="button" name="submit" class="btn-save btn-primary btn">Save</button> | |
<script> | |
$(document).ready(function() { | |
$('.btn-save').on('click', function() { | |
$.ajax({ | |
type: 'POST', | |
url: '/workspaces/<%= params[:id] %>', | |
data: { | |
_method: "patch", |
#Add the Page Loader Div Add the below div right below the opening tag.
<div class="loader"></div>
#Add some CSS
.loader {
position: fixed;
left: 0px;
#Step 1: Remove previous Kingsoft Office package
sudo apt-get purge kingsoft-office
#Step 2: Install Kingsoft Office (64-bit)
sudo dpkg --add-architecture i386
sudo apt-get update
wget kingsoft kdl.cc.ksosoft.com/wps-community/kingsoft-office_9.1.0.4280~a12p4_i386.deb
sudo dpkg -i kingsoft-office_9.1.0.4280~a12p4_i386.deb
#Add sidekiq
, sinatra
and whenever
to the Gemfile
gem 'sidekiq'
gem 'sinatra', require: false
gem "whenever", require: false
Then install the gem
$ bundle install
<html> | |
<head> | |
<title>Google Maps Multiple Markers</title> | |
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script> | |
</head> | |
<body> | |
<div id="map" style="height: 400px; width: 500px;"> | |
</div> | |
<script type="text/javascript"> |
Note: This is the guide for v 2.x.
For the v3, please follow this url: https://blog.csdn.net/sam_shan/article/details/80585240 Thanks @liy-cn for contributing.
For the v6, please follow the comment below: https://gist.github.com/trandaison/40b1d83618ae8e3d2da59df8c395093a?permalink_comment_id=5079514#gistcomment-5079514
Download: StarUML.io