Skip to main content

Home/ studay/ Group items tagged application

Rss Feed Group items tagged

doingtoing

Download details: Windows Live ID Client 1.0 SDK - 0 views

  • rom within desktop client applications
  •  
    "desktop applications and online services"

doingtoing

Introduction to Windows Live ID - 0 views

  • The Microsoft online services are designed to become an Internet programming platform for developers to build desktop applications and online services.
  •  
    1.desktop applications
    2.online services

    所以在另一页看到的16/OCT发布的新版是客户端的SDK。WEB端的仍是AUG发布的。
doingtoing

Using Apache with Microsoft Windows - Apache HTTP Server - 0 views

  • Using Apache with Microsoft Windows
  • For Windows installations you should download the version of Apache for Windows with the .msi extension. This is a single Microsoft Installer file, which contains a ready-to-run version of Apache. There is a separate .zip file, which contains only the source code. You can compile Apache yourself with the Microsoft Visual C++ (Visual Studio) tools.
    • doingtoing
       
      1.可直接按照.msi后缀的微软安装版; 2.也可用微软c 编译.zip后缀的源代码文件。
  • ...7 more annotations...
  • You need Microsoft Installer 1.2 or above for the installation to work.
    • doingtoing
       
      "Microsoft Installer "是什么?
  • A full install will require about 13 megabytes of free disk space.
  • Apache for Windows contains the ability to load modules at runtime, without recompiling the server
  • Apache can also load ISAPI (Internet Server Application Programming Interface) extensions (i.e. internet server applications), such as those used by Microsoft IIS and other Windows servers.
  • If you use the first command without any special parameters except -k install, the service will be called Apache2 and the configuration will be assumed to be conf\httpd.conf.
  • You can also restart a running service and force it to reread its configuration file by using: httpd -k restart
    • doingtoing
       
      restart与start的区别,是不是在于它有没有去读configuration file?
doingtoing

Handling the Response from the Service -- windows-live-id - 0 views

  • After users successfully sign in or out, the Windows Live ID service responds by redirecting them to your Web site—specifically to the return URL that you specified when you registered your application. You must implement a dynamic page on your site to receive and appropriately process this response.
doingtoing

Running the PHP QuickStart Sample - 0 views

  • This topic explains how to install, run, and extend the QuickStart sample as provided in the PHP programming language.
  • The PHP QuickStart sample is preconfigured to use default values for the application ID, secret key, and return URL parameters. The return URL is preconfigured to point to http://localhost/webauth/sample/webauth-handler.php.
    • doingtoing
       
      在这里已经设置了返回的URL,所以把sample的代码放到cblogin里运行,它就直接回webauth地址了,之前未仔细看这段,一直纳闷。
  • On an openSUSE 10.2 Linux platform, ensure that the apache2, apache2-mod_PHP5, php5-mhash, php5-mcrypt, php5-openssl, php5-dba, php5-hash, and php5-dom packages are installed by means of the YaST tool.
    • doingtoing
       
      两个问题: 1.YaST tool是什么; 2.这句中提到的 php5-mhash, php5-mcrypt, php5-openssl, php5-dba, php5-hash, and php5-dom 非常重要,一个都不能少,在php.ini里面,要修改之使没有加载的扩展库加载上。 因为mhash dba mcrypt陆续出的问题,都解决了,但dba仍在login后出现问题。与stream有关。
  • ...1 more annotation...
  • Locate the <Directory "/srv/www/htdocs"> section (where "/srv/www/htdocs" is the document root for http://localhost/) and change the AllowOverride None line to AllowOverride All. This modification permits the .htaccess file that is included in the Web Authentication PHP package to take effect. You can inspect this file and make changes directly in the Apache configuration if you do not want to enable .htaccess overrides on the localhost.
    • doingtoing
       
      1.这段要修改 AllowOverride All,不知道在哪里修改; 2..htaccess为什么要被overrides?
1 - 6 of 6
Showing 20 items per page