This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%@ Page Title="About Us" Language="C#" MasterPageFile="~/Header.master" AutoEventWireup="true" | |
| CodeBehind="About.aspx.cs" Inherits="Siakad.About" %> | |
| <asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent"> | |
| </asp:Content> | |
| <asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainContent"> | |
| <div class="button-bar"> | |
| <ul class="button-group"> | |
| <li><a href="#" class="small button round">Button 1</a></li> | |
| </ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://play.google.com/store/apps/details?id=com.rscmkencana.rscmkencanamobile&hl=en |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1. put frpc and frpc.ini under /usr/local/frpc/ | |
| # 2. put this file (frpc.service) at /etc/systemd/system | |
| # 3. run `sudo systemctl daemon-reload && sudo systemctl enable frpc && sudo systemctl start frpc` | |
| # Then we can manage frpc with `sudo service frpc {start|stop|restart|status}` | |
| # See also: https://nosame.net/use-frp-to-reverse-proxy-your-nas/ | |
| # Alternative for server: | |
| # - Offical: https://github.com/fatedier/frp/blob/a4cfab6/conf/systemd/frpc%40.service | |
| [Unit] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Security.Cryptography; | |
| using System.Text; | |
| using System.Linq; | |
| public class Program | |
| { | |
| public static void Main() | |
| { | |
| Console.WriteLine(Crypto.Encrypt("I tried build the files for production, when got the error, the version of vite is v4.5.0 I got this error only doing the command build, on command dev, I got none errors","1234567890123456789012345678901212345678901234567890123456789012")); |