Giter VIP home page Giter VIP logo

channingkuo.github.io's People

Contributors

kuochanning avatar

Watchers

 avatar

Forkers

yutiya

channingkuo.github.io's Issues

test github api

  • 在仓库的donet文件夹中写了一个简单的示例程序,只需把我发布到donet/BackDoor的文件夹在IIS下搭建一个站点,即可通过访问Api来获取donet/BackDoor/DataInfoFile.txt中的数据
public class BackDoorController : ApiController
{
	// Api的Get方法
	[HttpGet]
	public List<DataInfo> OpenBackDoor()
	{
		return new BackDoorCommand().GetDataInfosFromFile();
	}
}
function loadBlogList(){
         HomeService.getTheList().success(function(data){
            $scope.data = data;
            require(['lib/markdown/js/markdown'], function(params) {
               var html = markdown.toHTML(data[0].body);
               document.getElementById("markdown").innerHTML = html;
               console.log( markdown.toHTML( "Hello *World*!" ) );
            });
         }).error(function(err){
            kuo.showErrorToast(err);
         });
}

Requirements

  • iOS 10.0+
  • Xcode 8.1+
  • Swift 3.0+

Others

if you have any question you can open an issue.

if you have any suggestion you can pull request or contact me by [email protected]

if you like the repository you can star this

License

iPassword is released under the MIT license. See LICENSE for details.

test github api two

About iPassword

现在只要是个App或是个网站基本都会让你注册账号,这就导致有大堆的账号密码要记。虽然可以都用同一个账号密码,但有时候网站或App在注册时有一些限制或账号名已被注册等因素,还是会产生许多不同的账号密码!要一一记住这些账号密码就是个头疼的问题了。在App Store里一搜password有一大堆管理账号密码的App,但是别人的App就是有点信不过,而且一些好一点App价格好高,记得iPassword(不是我写的这个)这个App在App Store里面Mac版的400多大洋,我的天-_---。我自己又有一堆的密码要记,所以就自己写了个App用来记录平时的账号密码

因为是自己使用的,也没打算提交到App Store。所有设计上面就没有考虑太多。

App ScreenShots

在iPassword的TableView页面上通过pinch(双指合拢)可以进入BackDoor页面;同样的在BackDoor页面链接到数据选择后也是通过pinch操作来把数据加入到本地SQlite中



ConnectBackDoor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.